Searched refs:get_max_timeout_count (Results 1 – 4 of 4) sorted by relevance
633 unsigned int (*get_max_timeout_count)(struct sdhci_host *host); member
1926 host->ops->get_max_timeout_count ? in sdhci_set_ios()1927 host->ops->get_max_timeout_count(host) : in sdhci_set_ios()3941 mmc->max_busy_timeout = host->ops->get_max_timeout_count ? in sdhci_setup_host()3942 host->ops->get_max_timeout_count(host) : 1 << 27; in sdhci_setup_host()3947 !host->ops->get_max_timeout_count) in sdhci_setup_host()
393 .get_max_timeout_count = sdhci_sprd_get_max_timeout_count,
1146 .get_max_timeout_count = esdhc_get_max_timeout_count,