Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci.h477 #define SDHCI_QUIRK2_DISABLE_HW_TIMEOUT (1<<17) macro
Dsdhci-omap.c878 SDHCI_QUIRK2_DISABLE_HW_TIMEOUT,
Dsdhci.c954 if (!(host->quirks2 & SDHCI_QUIRK2_DISABLE_HW_TIMEOUT)) in sdhci_calc_timeout()
1006 host->quirks2 & SDHCI_QUIRK2_DISABLE_HW_TIMEOUT) { in sdhci_set_timeout()
3943 if (host->quirks2 & SDHCI_QUIRK2_DISABLE_HW_TIMEOUT && in sdhci_setup_host()