Home
last modified time | relevance | path

Searched refs:SPINOR_OP_READ_FAST_4B (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/mtd/
Dspi-nor.h72 #define SPINOR_OP_READ_FAST_4B 0x0c /* Read data bytes (high frequency) */ macro
/Linux-v5.4/drivers/mtd/devices/
Dst_spi_fsm.c510 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ_FAST_4B, 0, 1, 1, 0x00, 0, 8},
556 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ_FAST_4B, 0, 1, 1, 0x00, 0, 8},
/Linux-v5.4/drivers/mtd/spi-nor/
Dintel-spi.c625 case SPINOR_OP_READ_FAST_4B: in intel_spi_read()
Dspi-nor.c557 { SPINOR_OP_READ_FAST, SPINOR_OP_READ_FAST_4B }, in spi_nor_convert_3to4_read()