Searched refs:SPINOR_OP_READ_FAST_4B (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/mtd/ |
A D | spi-nor.h | 55 #define SPINOR_OP_READ_FAST_4B 0x0c /* Read data bytes (high frequency) */ macro
|
/linux-6.3-rc2/drivers/spi/ |
A D | spi-intel.c | 993 INTEL_SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_READ_FAST_4B, 1), \ 997 INTEL_SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_READ_FAST_4B, 1), \ 1001 INTEL_SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_READ_FAST_4B, 1), \
|
/linux-6.3-rc2/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-6.3-rc2/drivers/mtd/spi-nor/ |
A D | core.c | 1006 { SPINOR_OP_READ_FAST, SPINOR_OP_READ_FAST_4B }, in spi_nor_convert_3to4_read()
|
Completed in 16 milliseconds