Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Ddw_mmc.h363 #define SDMMC_CTRL_DMA_RESET BIT(2) macro
462 (SDMMC_CTRL_RESET | SDMMC_CTRL_FIFO_RESET | SDMMC_CTRL_DMA_RESET)
Ddw_mmc.c463 temp |= SDMMC_CTRL_DMA_RESET; in dw_mci_idmac_stop_dma()
740 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()
1761 flags |= SDMMC_CTRL_DMA_RESET; in dw_mci_reset()