Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h479 #define SDHCI_QUIRK2_DISABLE_HW_TIMEOUT (1<<17) macro
H A Dsdhci-omap.c1020 SDHCI_QUIRK2_DISABLE_HW_TIMEOUT,
H A Dsdhci.c1011 if (!(host->quirks2 & SDHCI_QUIRK2_DISABLE_HW_TIMEOUT)) in sdhci_calc_timeout()
1059 host->quirks2 & SDHCI_QUIRK2_DISABLE_HW_TIMEOUT) { in __sdhci_set_timeout()
4466 if (host->quirks2 & SDHCI_QUIRK2_DISABLE_HW_TIMEOUT && in sdhci_setup_host()