Searched refs:SPINOR_OP_READ_1_1_2_4B (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/include/linux/mtd/ |
D | spi-nor.h | 57 #define SPINOR_OP_READ_1_1_2_4B 0x3c /* Read data bytes (Dual Output SPI) */ macro
|
/linux-5.19.10/drivers/mtd/devices/ |
D | st_spi_fsm.c | 508 {FLASH_FLAG_READ_1_1_2, SPINOR_OP_READ_1_1_2_4B, 0, 1, 2, 0x00, 0, 8}, 554 {FLASH_FLAG_READ_1_1_2, SPINOR_OP_READ_1_1_2_4B, 0, 1, 2, 0x00, 0, 8},
|
/linux-5.19.10/drivers/mtd/spi-nor/ |
D | core.c | 1007 { SPINOR_OP_READ_1_1_2, SPINOR_OP_READ_1_1_2_4B }, in spi_nor_convert_3to4_read()
|