Searched refs:get_max_timeout_count (Results 1 – 2 of 2) sorted by relevance
616 unsigned int (*get_max_timeout_count)(struct rt_sdhci_host *host); member
2698 …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 11 milliseconds