Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsandbox.c252 case SPINOR_OP_READ_FAST: in sandbox_sf_process_cmd()
385 case SPINOR_OP_READ_FAST: in sandbox_sf_xfer()
H A Dspi-nor-tiny.c180 { SPINOR_OP_READ_FAST, SPINOR_OP_READ_FAST_4B }, in spi_nor_convert_3to4_read()
593 0, 8, SPINOR_OP_READ_FAST, in spi_nor_init_params()
H A Dspi-nor-core.c261 { SPINOR_OP_READ_FAST, SPINOR_OP_READ_FAST_4B }, in spi_nor_convert_3to4_read()
2229 0, 8, SPINOR_OP_READ_FAST, in spi_nor_init_params()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspi-nor.h47 #define SPINOR_OP_READ_FAST 0x0b /* Read data bytes (high frequency) */ macro