Searched refs:SPINOR_OP_READ (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/mtd/spi-nor/ |
D | xilinx.c | 51 nor->read_opcode = SPINOR_OP_READ; in xilinx_nor_setup()
|
D | core.c | 1032 { SPINOR_OP_READ, SPINOR_OP_READ_4B }, in spi_nor_convert_3to4_read() 2747 0, 0, SPINOR_OP_READ, in spi_nor_info_init_params()
|
/Linux-v5.10/include/linux/mtd/ |
D | spi-nor.h | 29 #define SPINOR_OP_READ 0x03 /* Read data bytes (low frequency) */ macro
|
/Linux-v5.10/drivers/mtd/devices/ |
D | st_spi_fsm.c | 457 {FLASH_FLAG_READ_WRITE, SPINOR_OP_READ, 0, 1, 1, 0x00, 0, 0}, 495 {FLASH_FLAG_READ_WRITE, SPINOR_OP_READ, 0, 1, 1, 0x00, 0, 0},
|
/Linux-v5.10/drivers/mtd/spi-nor/controllers/ |
D | intel-spi.c | 653 case SPINOR_OP_READ: in intel_spi_read()
|