Searched refs:SPINOR_OP_READ_FAST (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/mtd/ |
A D | spi-nor.h | 30 #define SPINOR_OP_READ_FAST 0x0b /* Read data bytes (high frequency) */ macro
|
/linux/drivers/mtd/devices/ |
A D | st_spi_fsm.c | 456 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ_FAST, 0, 1, 1, 0x00, 0, 8}, 494 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ_FAST, 0, 1, 1, 0x00, 0, 8},
|
/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() 2576 0, 8, SPINOR_OP_READ_FAST, in spi_nor_info_init_params() 2603 0, 20, SPINOR_OP_READ_FAST, in spi_nor_info_init_params()
|
/linux/drivers/mtd/spi-nor/controllers/ |
A D | intel-spi.c | 653 case SPINOR_OP_READ_FAST: in intel_spi_read()
|
Completed in 17 milliseconds