Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Ddw_mmc.h352 #define SDMMC_CTRL_DMA_RESET BIT(2) macro
451 (SDMMC_CTRL_RESET | SDMMC_CTRL_FIFO_RESET | SDMMC_CTRL_DMA_RESET)
Ddw_mmc.c485 temp |= SDMMC_CTRL_DMA_RESET; in dw_mci_idmac_stop_dma()
762 dw_mci_ctrl_reset(host, SDMMC_CTRL_DMA_RESET); in dw_mci_idmac_start_dma()
1614 if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_DMA_RESET | in dw_mci_hw_reset()
1748 flags |= SDMMC_CTRL_DMA_RESET; in dw_mci_reset()