Home
last modified time | relevance | path

Searched refs:max_timeout_count (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/mmc/host/
H A Dsdhci.c985 return host->max_timeout_count; in sdhci_calc_timeout()
989 return host->max_timeout_count; in sdhci_calc_timeout()
994 return host->max_timeout_count; in sdhci_calc_timeout()
1014 if (count > host->max_timeout_count) { in sdhci_calc_timeout()
1018 count = host->max_timeout_count; in sdhci_calc_timeout()
4104 host->max_timeout_count = 0xE; in sdhci_alloc_host()
H A Dsdhci.h580 u8 max_timeout_count; /* Vendor specific max timeout count */ member
H A Dsdhci-msm.c2738 host->max_timeout_count = 0xF; in sdhci_msm_probe()