Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dxilinx.c51 nor->read_opcode = SPINOR_OP_READ; in xilinx_nor_setup()
H A Dcore.c1135 { SPINOR_OP_READ, SPINOR_OP_READ_4B }, in spi_nor_convert_3to4_read()
2901 0, 0, SPINOR_OP_READ, in spi_nor_info_init_params()
/OK3568_Linux_fs/u-boot/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()
2155 0, 0, SPINOR_OP_READ, in spi_nor_init_params()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h29 #define SPINOR_OP_READ 0x03 /* Read data bytes (low frequency) */ macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspi-nor.h46 #define SPINOR_OP_READ 0x03 /* Read data bytes (low frequency) */ macro
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dst_spi_fsm.c457 {FLASH_FLAG_READ_WRITE, SPINOR_OP_READ, 0, 1, 1, 0x00, 0, 0},
495 {FLASH_FLAG_READ_WRITE, SPINOR_OP_READ, 0, 1, 1, 0x00, 0, 0},
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/controllers/
H A Dintel-spi.c652 case SPINOR_OP_READ: in intel_spi_read()