Home
last modified time | relevance | path

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

/drivers/mmc/host/
Ddw_mmc.c108 static bool dw_mci_ctrl_reset(struct dw_mci *host, u32 reset);
716 dw_mci_ctrl_reset(host, SDMMC_CTRL_DMA_RESET); in dw_mci_idmac_start_dma()
1422 dw_mci_ctrl_reset(slot->host, in dw_mci_set_ios()
1562 if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_DMA_RESET | in dw_mci_hw_reset()
2802 static bool dw_mci_ctrl_reset(struct dw_mci *host, u32 reset) in dw_mci_ctrl_reset() function
2842 if (dw_mci_ctrl_reset(host, flags)) { in dw_mci_reset()
2869 if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_FIFO_RESET)) in dw_mci_reset()
3117 if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_ALL_RESET_FLAGS)) { in dw_mci_probe()
3289 if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_ALL_RESET_FLAGS)) { in dw_mci_resume()