Searched refs:SPINOR_OP_READ (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/mtd/ |
D | spi-nor.h | 42 #define SPINOR_OP_READ 0x03 /* Read data bytes (low frequency) */ macro
|
/linux-4.4.14/drivers/mtd/devices/ |
D | st_spi_fsm.c | 462 {FLASH_FLAG_READ_WRITE, SPINOR_OP_READ, 0, 1, 1, 0x00, 0, 0}, 500 {FLASH_FLAG_READ_WRITE, SPINOR_OP_READ, 0, 1, 1, 0x00, 0, 0},
|
/linux-4.4.14/drivers/mtd/spi-nor/ |
D | spi-nor.c | 1257 nor->read_opcode = SPINOR_OP_READ; in spi_nor_scan()
|