Searched refs:SPINOR_OP_READ4_FAST (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/mtd/ |
D | spi-nor.h | 58 #define SPINOR_OP_READ4_FAST 0x0c /* Read data bytes (high frequency) */ macro
|
/linux-4.4.14/drivers/mtd/devices/ |
D | st_spi_fsm.c | 514 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ4_FAST, 0, 1, 1, 0x00, 0, 8}, 560 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ4_FAST, 0, 1, 1, 0x00, 0, 8},
|
/linux-4.4.14/drivers/mtd/spi-nor/ |
D | spi-nor.c | 1281 nor->read_opcode = SPINOR_OP_READ4_FAST; in spi_nor_scan()
|