Searched refs:SPINOR_OP_READ_1_4_4 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/mtd/ |
H A D | spi-nor.h | 33 #define SPINOR_OP_READ_1_4_4 0xeb /* Read data bytes (Quad I/O SPI) */ macro
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | spi-nor.h | 51 #define SPINOR_OP_READ_1_4_4 0xeb /* Read data bytes (Quad I/O SPI) */ macro
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | spi-nor-tiny.c | 184 { SPINOR_OP_READ_1_4_4, SPINOR_OP_READ_1_4_4_4B }, in spi_nor_convert_3to4_read()
|
H A D | spi-nor-core.c | 337 { SPINOR_OP_READ_1_4_4, SPINOR_OP_READ_1_4_4_4B }, in spi_nor_convert_3to4_read()
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | st_spi_fsm.c | 452 {FLASH_FLAG_READ_1_4_4, SPINOR_OP_READ_1_4_4, 0, 4, 4, 0x00, 2, 4}, 490 {FLASH_FLAG_READ_1_4_4, SPINOR_OP_READ_1_4_4, 0, 4, 4, 0x00, 0, 8},
|
/openbmc/u-boot/drivers/spi/ |
H A D | aspeed_spi.c | 1694 case SPINOR_OP_READ_1_4_4: in aspeed_spi_flash_init()
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | core.c | 1112 { SPINOR_OP_READ_1_4_4, SPINOR_OP_READ_1_4_4_4B }, in spi_nor_convert_3to4_read()
|