Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/include/
A Dsdhci.h612 int (*enable_dma)(struct rt_sdhci_host *host); member
/components/drivers/sdio/sdhci/
A Dsdhci.c358 if (host->ops->enable_dma) in sdhci_reset_for_all()
359 host->ops->enable_dma(host); in sdhci_reset_for_all()
2613 if (!ret && host->ops->enable_dma) in rt_sdhci_setup_host()
2614 ret = host->ops->enable_dma(host); in rt_sdhci_setup_host()

Completed in 11 milliseconds