Searched refs:SPINOR_OP_READ_1_2_2 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/mtd/ |
H A D | spi-nor.h | 31 #define SPINOR_OP_READ_1_2_2 0xbb /* Read data bytes (Dual I/O SPI) */ macro
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | spi-nor.h | 49 #define SPINOR_OP_READ_1_2_2 0xbb /* Read data bytes (Dual I/O SPI) */ macro
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | spi-nor-tiny.c | 182 { SPINOR_OP_READ_1_2_2, SPINOR_OP_READ_1_2_2_4B }, in spi_nor_convert_3to4_read()
|
H A D | spi-nor-core.c | 335 { SPINOR_OP_READ_1_2_2, SPINOR_OP_READ_1_2_2_4B }, in spi_nor_convert_3to4_read()
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | st_spi_fsm.c | 454 {FLASH_FLAG_READ_1_2_2, SPINOR_OP_READ_1_2_2, 0, 2, 2, 0x00, 4, 0}, 492 {FLASH_FLAG_READ_1_2_2, SPINOR_OP_READ_1_2_2, 0, 2, 2, 0x00, 0, 8},
|
/openbmc/linux/drivers/spi/ |
H A D | spi-bcm63xx-hsspi.c | 696 if ((op->cmd.opcode == SPINOR_OP_READ_1_2_2) || in bcm63xx_hsspi_mem_supports_op()
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | core.c | 1110 { SPINOR_OP_READ_1_2_2, SPINOR_OP_READ_1_2_2_4B }, in spi_nor_convert_3to4_read()
|