Searched refs:get_max_timeout_count (Results 1 – 5 of 5) sorted by relevance
344 .get_max_timeout_count = esdhc_mcf_get_max_timeout_count,
703 unsigned int (*get_max_timeout_count)(struct sdhci_host *host); member
2381 host->ops->get_max_timeout_count ? in sdhci_set_ios_common() 2382 host->ops->get_max_timeout_count(host) : in sdhci_set_ios_common() 4499 mmc->max_busy_timeout = host->ops->get_max_timeout_count ? in sdhci_setup_host() 4500 host->ops->get_max_timeout_count(host) : 1 << 27; in sdhci_setup_host() 4505 !host->ops->get_max_timeout_count) in sdhci_setup_host()
455 .get_max_timeout_count = sdhci_sprd_get_max_timeout_count,
1505 .get_max_timeout_count = esdhc_get_max_timeout_count,