Searched refs:get_max_timeout_count (Results 1 – 5 of 5) sorted by relevance
342 .get_max_timeout_count = esdhc_mcf_get_max_timeout_count,
639 unsigned int (*get_max_timeout_count)(struct sdhci_host *host); member
418 .get_max_timeout_count = sdhci_sprd_get_max_timeout_count,
2296 host->ops->get_max_timeout_count ? in sdhci_set_ios()2297 host->ops->get_max_timeout_count(host) : in sdhci_set_ios()4387 mmc->max_busy_timeout = host->ops->get_max_timeout_count ? in sdhci_setup_host()4388 host->ops->get_max_timeout_count(host) : 1 << 27; in sdhci_setup_host()4393 !host->ops->get_max_timeout_count) in sdhci_setup_host()
1336 .get_max_timeout_count = esdhc_get_max_timeout_count,
Completed in 29 milliseconds