Searched refs:SPINOR_OP_READ4_1_1_4 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/mtd/ |
D | spi-nor.h | 60 #define SPINOR_OP_READ4_1_1_4 0x6c /* Read data bytes (Quad SPI) */ macro
|
/linux-4.4.14/drivers/mtd/devices/ |
D | st_spi_fsm.c | 511 {FLASH_FLAG_READ_1_1_4, SPINOR_OP_READ4_1_1_4, 0, 1, 4, 0x00, 0, 8}, 557 {FLASH_FLAG_READ_1_1_4, SPINOR_OP_READ4_1_1_4, 0, 1, 4, 0x00, 0, 8},
|
/linux-4.4.14/drivers/mtd/spi-nor/ |
D | spi-nor.c | 1275 nor->read_opcode = SPINOR_OP_READ4_1_1_4; in spi_nor_scan()
|