Searched refs:SPINOR_OP_READ (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/mtd/spi-nor/ |
A D | xilinx.c | 51 nor->read_opcode = SPINOR_OP_READ; in xilinx_nor_setup()
|
A D | core.c | 1219 { SPINOR_OP_READ, SPINOR_OP_READ_4B }, in spi_nor_convert_3to4_read() 2571 0, 0, SPINOR_OP_READ, in spi_nor_info_init_params()
|
/linux/include/linux/mtd/ |
A D | spi-nor.h | 29 #define SPINOR_OP_READ 0x03 /* Read data bytes (low frequency) */ macro
|
/linux/drivers/mtd/devices/ |
A 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/drivers/mtd/spi-nor/controllers/ |
A D | intel-spi.c | 652 case SPINOR_OP_READ: in intel_spi_read()
|
Completed in 15 milliseconds