Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/spi-nor/
Dhisi-sfc.c82 #define FMC_OP_READ 0x0 macro
261 if (op_type == FMC_OP_READ) in hisi_spi_nor_dma_transfer()
266 if (op_type == FMC_OP_READ) in hisi_spi_nor_dma_transfer()
272 reg |= (op_type == FMC_OP_READ) in hisi_spi_nor_dma_transfer()
292 from + offset, host->dma_buffer, trans, FMC_OP_READ); in hisi_spi_nor_read()