Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Ddw_mmc.h362 #define SDMMC_CTRL_DMA_RESET BIT(2) macro
461 (SDMMC_CTRL_RESET | SDMMC_CTRL_FIFO_RESET | SDMMC_CTRL_DMA_RESET)
H A Ddw_mmc.c464 temp |= SDMMC_CTRL_DMA_RESET; in dw_mci_idmac_stop_dma()
741 dw_mci_ctrl_reset(host, SDMMC_CTRL_DMA_RESET); in dw_mci_idmac_start_dma()
1626 if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_DMA_RESET | in dw_mci_hw_reset()
1756 flags |= SDMMC_CTRL_DMA_RESET; in dw_mci_reset()