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