Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dcavium-thunderx.c178 dma_cfg = readq(host->dma_base + MIO_EMM_DMA_CFG(host)); in thunder_mmc_remove()
180 writeq(dma_cfg, host->dma_base + MIO_EMM_DMA_CFG(host)); in thunder_mmc_remove()
Dcavium-octeon.c306 dma_cfg = readq(host->dma_base + MIO_EMM_DMA_CFG(host)); in octeon_mmc_remove()
308 writeq(dma_cfg, host->dma_base + MIO_EMM_DMA_CFG(host)); in octeon_mmc_remove()
Dcavium.h29 #define MIO_EMM_DMA_CFG(x) (0x20 + x->reg_off_dma) macro
Dcavium.c539 writeq(dma_cfg, host->dma_base + MIO_EMM_DMA_CFG(host)); in prepare_dma_single()