Searched refs:get_max_timeout_count (Results 1 – 3 of 3) sorted by relevance
592 unsigned int (*get_max_timeout_count)(struct sdhci_host *host); member
1757 host->ops->get_max_timeout_count ? in sdhci_set_ios()1758 host->ops->get_max_timeout_count(host) : in sdhci_set_ios()3696 mmc->max_busy_timeout = host->ops->get_max_timeout_count ? in sdhci_setup_host()3697 host->ops->get_max_timeout_count(host) : 1 << 27; in sdhci_setup_host()3702 !host->ops->get_max_timeout_count) in sdhci_setup_host()
1057 .get_max_timeout_count = esdhc_get_max_timeout_count,