Searched refs:SPINOR_OP_READ4_1_1_2 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/mtd/ |
D | spi-nor.h | 59 #define SPINOR_OP_READ4_1_1_2 0x3c /* Read data bytes (Dual SPI) */ macro
|
/linux-4.4.14/drivers/mtd/devices/ |
D | st_spi_fsm.c | 513 {FLASH_FLAG_READ_1_1_2, SPINOR_OP_READ4_1_1_2, 0, 1, 2, 0x00, 0, 8}, 559 {FLASH_FLAG_READ_1_1_2, SPINOR_OP_READ4_1_1_2, 0, 1, 2, 0x00, 0, 8},
|
/linux-4.4.14/drivers/mtd/spi-nor/ |
D | spi-nor.c | 1278 nor->read_opcode = SPINOR_OP_READ4_1_1_2; in spi_nor_scan()
|