Searched refs:SPINOR_OP_READ_4B (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/mtd/ |
A D | spi-nor.h | 54 #define SPINOR_OP_READ_4B 0x13 /* Read data bytes (low frequency) */ macro
|
/linux-6.3-rc2/drivers/spi/ |
A D | spi-intel.c | 980 INTEL_SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_READ_4B, 1), \ 984 INTEL_SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_READ_4B, 1), \ 988 INTEL_SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_READ_4B, 1), \
|
/linux-6.3-rc2/drivers/mtd/devices/ |
A D | st_spi_fsm.c | 510 {FLASH_FLAG_READ_WRITE, SPINOR_OP_READ_4B, 0, 1, 1, 0x00, 0, 0}, 556 {FLASH_FLAG_READ_WRITE, SPINOR_OP_READ_4B, 0, 1, 1, 0x00, 0, 0},
|
/linux-6.3-rc2/drivers/mtd/spi-nor/ |
A D | core.c | 1005 { SPINOR_OP_READ, SPINOR_OP_READ_4B }, in spi_nor_convert_3to4_read()
|
Completed in 16 milliseconds