Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Ddw_mmc.c181 static bool dw_mci_ctrl_reset(struct dw_mci *host, u32 reset) in dw_mci_init_debugfs()
674 dw_mci_ctrl_reset(host, SDMMC_CTRL_DMA_RESET); in dw_mci_prepare_desc32()
1402 dw_mci_ctrl_reset(host, SDMMC_CTRL_ALL_RESET_FLAGS); in dw_mci_queue_request()
1490 if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_DMA_RESET | in dw_mci_set_ios()
1622 if (dw_mci_ctrl_reset(host, flags)) { in dw_mci_hw_reset()
1646 if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_FIFO_RESET)) in dw_mci_hw_reset()
3304 if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_ALL_RESET_FLAGS)) { in dw_mci_parse_dt()
3459 if (!dw_mci_ctrl_reset(host, SDMMC_CTRL_ALL_RESET_FLAGS)) { in dw_mci_probe()
191 static bool dw_mci_ctrl_reset(struct dw_mci *host, u32 reset) dw_mci_ctrl_reset() function