Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci.h529 u8 max_timeout_count; /* Vendor specific max timeout count */ member
H 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()
H A Dsdhci-msm.c2632 host->max_timeout_count = 0xF; in sdhci_msm_probe()

Completed in 12 milliseconds