Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci.h522 u8 max_timeout_count; /* Vendor specific max timeout count */ member
A Dsdhci.c981 return host->max_timeout_count; in sdhci_calc_timeout()
985 return host->max_timeout_count; in sdhci_calc_timeout()
990 return host->max_timeout_count; in sdhci_calc_timeout()
1010 if (count > host->max_timeout_count) { in sdhci_calc_timeout()
1014 count = host->max_timeout_count; in sdhci_calc_timeout()
4056 host->max_timeout_count = 0xE; in sdhci_alloc_host()
A Dsdhci-msm.c2758 host->max_timeout_count = 0xF; in sdhci_msm_probe()

Completed in 19 milliseconds