Home
last modified time | relevance | path

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

/linux/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()
4097 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-esdhc-imx.c1919 host->max_timeout_count = 0xF; in sdhci_esdhc_imx_probe()
H A Dsdhci-msm.c2766 host->max_timeout_count = 0xF; in sdhci_msm_probe()