Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/include/
A Dsdhci.h616 unsigned int (*get_max_timeout_count)(struct rt_sdhci_host *host); member
/components/drivers/sdio/sdhci/
A Dsdhci.c2698 …mmc->max_busy_timeout = host->ops->get_max_timeout_count ? host->ops->get_max_timeout_count(host)… in rt_sdhci_setup_host()
2702 if (host->quirks2 & RT_SDHCI_QUIRK2_DISABLE_HW_TIMEOUT && !host->ops->get_max_timeout_count) in rt_sdhci_setup_host()
3068 host->ops->get_max_timeout_count ? host->ops->get_max_timeout_count(host) : 1 << 27; in rt_sdhci_ios_set()

Completed in 10 milliseconds