Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/spi-nor/controllers/
H A Dhisi-sfc.c70 #define FMC_OP_READ 0x0 macro
249 if (op_type == FMC_OP_READ) in hisi_spi_nor_dma_transfer()
254 if (op_type == FMC_OP_READ) in hisi_spi_nor_dma_transfer()
260 reg |= (op_type == FMC_OP_READ) in hisi_spi_nor_dma_transfer()
280 from + offset, host->dma_buffer, trans, FMC_OP_READ); in hisi_spi_nor_read()