Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/spi-nor/
Dhisi-sfc.c75 #define HIFMC_DMA_MAX_LEN (4096) macro
76 #define HIFMC_DMA_MASK (HIFMC_DMA_MAX_LEN - 1)
288 for (offset = 0; offset < len; offset += HIFMC_DMA_MAX_LEN) { in hisi_spi_nor_read()
289 size_t trans = min_t(size_t, HIFMC_DMA_MAX_LEN, len - offset); in hisi_spi_nor_read()
311 for (offset = 0; offset < len; offset += HIFMC_DMA_MAX_LEN) { in hisi_spi_nor_write()
312 size_t trans = min_t(size_t, HIFMC_DMA_MAX_LEN, len - offset); in hisi_spi_nor_write()
461 host->buffer = dmam_alloc_coherent(dev, HIFMC_DMA_MAX_LEN, in hisi_spi_nor_probe()