Searched refs:get_max_timeout_count (Results 1 – 3 of 3) sorted by relevance
529 unsigned int (*get_max_timeout_count)(struct sdhci_host *host); member
1537 host->ops->get_max_timeout_count ? in sdhci_do_set_ios()1538 host->ops->get_max_timeout_count(host) : in sdhci_do_set_ios()3143 mmc->max_busy_timeout = host->ops->get_max_timeout_count ? in sdhci_add_host()3144 host->ops->get_max_timeout_count(host) : 1 << 27; in sdhci_add_host()
848 .get_max_timeout_count = esdhc_get_max_timeout_count,