Searched refs:spi_nor_controller_ops_read_reg (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/mtd/spi-nor/ |
H A D | core.h | 668 int spi_nor_controller_ops_read_reg(struct spi_nor *nor, u8 opcode,
|
H A D | micron-st.c | 532 ret = spi_nor_controller_ops_read_reg(nor, SPINOR_OP_RDFSR, fsr, in micron_st_nor_read_fsr()
|
H A D | core.c | 160 int spi_nor_controller_ops_read_reg(struct spi_nor *nor, u8 opcode, in spi_nor_controller_ops_read_reg() function 470 ret = spi_nor_controller_ops_read_reg(nor, SPINOR_OP_RDSR, sr, in spi_nor_read_sr() 500 ret = spi_nor_controller_ops_read_reg(nor, SPINOR_OP_RDCR, cr, in spi_nor_read_cr() 1052 ret = spi_nor_controller_ops_read_reg(nor, SPINOR_OP_RDSR2, sr2, in spi_nor_read_sr2()
|