Searched refs:SPINOR_OP_READ_FAST_4B (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/mtd/ |
A D | spi-nor.h | 60 #define SPINOR_OP_READ_FAST_4B 0x0c /* Read data bytes (high frequency) */ macro
|
/linux/drivers/mtd/devices/ |
A D | st_spi_fsm.c | 509 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ_FAST_4B, 0, 1, 1, 0x00, 0, 8}, 555 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ_FAST_4B, 0, 1, 1, 0x00, 0, 8},
|
/linux/drivers/mtd/spi-nor/controllers/ |
A D | intel-spi.c | 655 case SPINOR_OP_READ_FAST_4B: in intel_spi_read()
|
/linux/drivers/mtd/spi-nor/ |
A D | core.c | 1220 { SPINOR_OP_READ_FAST, SPINOR_OP_READ_FAST_4B }, in spi_nor_convert_3to4_read()
|
Completed in 15 milliseconds