Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsandbox.c254 case SPINOR_OP_READ: in sandbox_sf_process_cmd()
386 case SPINOR_OP_READ: in sandbox_sf_xfer()
H A Dspi-nor-tiny.c179 { SPINOR_OP_READ, SPINOR_OP_READ_4B }, in spi_nor_convert_3to4_read()
587 0, 0, SPINOR_OP_READ, in spi_nor_init_params()
H A Dspi-nor-core.c260 { SPINOR_OP_READ, SPINOR_OP_READ_4B }, in spi_nor_convert_3to4_read()
2223 0, 0, SPINOR_OP_READ, in spi_nor_init_params()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspi-nor.h46 #define SPINOR_OP_READ 0x03 /* Read data bytes (low frequency) */ macro