Searched refs:spi_nor_controller_ops_write_reg (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/mtd/spi-nor/ | 
| D | core.c | 169 static int spi_nor_controller_ops_write_reg(struct spi_nor *nor, u8 opcode,  in spi_nor_controller_ops_write_reg()  function 331 		ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_WREN,  in spi_nor_write_enable() 362 		ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_WRDI,  in spi_nor_write_disable() 519 		ret = spi_nor_controller_ops_write_reg(nor,  in spi_nor_set_4byte_addr_mode() 557 		ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_BRWR,  in spansion_set_4byte_addr_mode() 591 		ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_WREAR,  in spi_nor_write_ear() 671 		ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_CLSR,  in spi_nor_clear_sr() 737 		ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_CLFSR,  in spi_nor_clear_fsr() 881 		ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_GBULK,  in spi_nor_global_block_unlock() 920 		ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_WRSR, sr,  in spi_nor_write_sr() [all …] 
 |