Searched refs:SPINOR_OP_READ_FAST (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/mtd/ |
D | spi-nor.h | 47 #define SPINOR_OP_READ_FAST 0x0b /* Read data bytes (high frequency) */ macro
|
/Linux-v4.19/drivers/mtd/devices/ |
D | st_spi_fsm.c | 461 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ_FAST, 0, 1, 1, 0x00, 0, 8}, 499 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ_FAST, 0, 1, 1, 0x00, 0, 8},
|
/Linux-v4.19/drivers/mtd/spi-nor/ |
D | intel-spi.c | 626 case SPINOR_OP_READ_FAST: in intel_spi_read()
|
D | spi-nor.c | 206 { SPINOR_OP_READ_FAST, SPINOR_OP_READ_FAST_4B }, in spi_nor_convert_3to4_read() 2474 0, 8, SPINOR_OP_READ_FAST, in spi_nor_init_params()
|