Home
last modified time | relevance | path

Searched refs:SPINOR_OP_READ_FAST (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/mtd/
Dspi-nor.h26 #define SPINOR_OP_READ_FAST 0x0b /* Read data bytes (high frequency) */ macro
/linux-4.1.27/drivers/mtd/devices/
Dst_spi_fsm.c461 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ_FAST, 0, 1, 1, 0x00, 0, 8},
499 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ_FAST, 0, 1, 1, 0x00, 0, 8},
/linux-4.1.27/drivers/mtd/spi-nor/
Dspi-nor.c1142 nor->read_opcode = SPINOR_OP_READ_FAST; in spi_nor_scan()