Searched refs:get_max_timeout_count (Results 1 – 3 of 3) sorted by relevance
534 unsigned int (*get_max_timeout_count)(struct sdhci_host *host); member
1504 host->ops->get_max_timeout_count ? in sdhci_do_set_ios()1505 host->ops->get_max_timeout_count(host) : in sdhci_do_set_ios()3112 mmc->max_busy_timeout = host->ops->get_max_timeout_count ? in sdhci_add_host()3113 host->ops->get_max_timeout_count(host) : 1 << 27; in sdhci_add_host()
941 .get_max_timeout_count = esdhc_get_max_timeout_count,