Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dcavium-thunderx.c180 dma_cfg = readq(host->dma_base + MIO_EMM_DMA_CFG(host)); in thunder_mmc_remove()
182 writeq(dma_cfg, host->dma_base + MIO_EMM_DMA_CFG(host)); in thunder_mmc_remove()
H A Dcavium.h29 #define MIO_EMM_DMA_CFG(x) (0x20 + x->reg_off_dma) macro