Searched refs:spi_nor_controller_ops_write_reg (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/mtd/spi-nor/ |
D | core.c | 169 int spi_nor_controller_ops_write_reg(struct spi_nor *nor, u8 opcode, in spi_nor_controller_ops_write_reg() function 373 ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_WREN, in spi_nor_write_enable() 400 ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_WRDI, in spi_nor_write_disable() 529 ret = spi_nor_controller_ops_write_reg(nor, in spi_nor_set_4byte_addr_mode() 563 ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_BRWR, in spansion_set_4byte_addr_mode() 674 ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_GBULK, in spi_nor_global_block_unlock() 709 ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_WRSR, sr, in spi_nor_write_sr() 918 ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_WRSR2, in spi_nor_write_sr2() 979 ret = spi_nor_controller_ops_write_reg(nor, in spi_nor_erase_chip() 1134 return spi_nor_controller_ops_write_reg(nor, nor->erase_opcode, in spi_nor_erase_sector()
|
D | winbond.c | 164 ret = spi_nor_controller_ops_write_reg(nor, in winbond_nor_write_ear()
|
D | micron-st.c | 377 ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_CLFSR, in micron_st_nor_clear_fsr()
|
D | spansion.c | 478 ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_CLSR, in spansion_nor_clear_sr()
|
D | core.h | 701 int spi_nor_controller_ops_write_reg(struct spi_nor *nor, u8 opcode,
|