Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Dspi-nor.h58 #define SPINOR_OP_READ4_FAST 0x0c /* Read data bytes (high frequency) */ macro
/linux-4.4.14/drivers/mtd/devices/
Dst_spi_fsm.c514 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ4_FAST, 0, 1, 1, 0x00, 0, 8},
560 {FLASH_FLAG_READ_FAST, SPINOR_OP_READ4_FAST, 0, 1, 1, 0x00, 0, 8},
/linux-4.4.14/drivers/mtd/spi-nor/
Dspi-nor.c1281 nor->read_opcode = SPINOR_OP_READ4_FAST; in spi_nor_scan()