Searched refs:SPINOR_OP_READ_4B (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | spi-nor.h | 56 #define SPINOR_OP_READ_4B 0x13 /* Read data bytes (low frequency) */ macro
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | spi-nor.h | 54 #define SPINOR_OP_READ_4B 0x13 /* Read data bytes (low frequency) */ macro
|
/kernel/linux/linux-6.6/drivers/spi/ |
H 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), \
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/ |
H A D | intel-spi.c | 654 case SPINOR_OP_READ_4B: in intel_spi_read()
|
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H 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},
|
/kernel/linux/linux-6.6/drivers/mtd/devices/ |
H 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},
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
H A D | core.c | 1042 { SPINOR_OP_READ, SPINOR_OP_READ_4B }, in spi_nor_convert_3to4_read()
|
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | core.c | 1107 { SPINOR_OP_READ, SPINOR_OP_READ_4B }, in spi_nor_convert_3to4_read()
|
Completed in 19 milliseconds