Home
last modified time | relevance | path

Searched refs:SDHCI_QUIRK_BROKEN_TIMEOUT_VAL (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/drivers/mmc/host/
Dsdhci-dove.c68 SDHCI_QUIRK_BROKEN_TIMEOUT_VAL |
Dsdhci-cns3xxx.c94 SDHCI_QUIRK_BROKEN_TIMEOUT_VAL |
Dsdhci-tegra.c155 .quirks = SDHCI_QUIRK_BROKEN_TIMEOUT_VAL |
171 .quirks = SDHCI_QUIRK_BROKEN_TIMEOUT_VAL |
Dsdhci-pltfm.c80 host->quirks |= SDHCI_QUIRK_BROKEN_TIMEOUT_VAL; in sdhci_get_of_property()
Dsdhci-pxav2.c156 | SDHCI_QUIRK_BROKEN_TIMEOUT_VAL in sdhci_pxav2_probe()
Dsdhci-pxav3.c198 host->quirks = SDHCI_QUIRK_BROKEN_TIMEOUT_VAL in sdhci_pxav3_probe()
Dsdhci-esdhc-imx.c473 host->quirks |= SDHCI_QUIRK_BROKEN_TIMEOUT_VAL; in sdhci_esdhc_imx_probe()
Dsdhci-pci.c161 SDHCI_QUIRK_BROKEN_TIMEOUT_VAL,
Dsdhci.c648 if (host->quirks & SDHCI_QUIRK_BROKEN_TIMEOUT_VAL) in sdhci_calc_timeout()
/linux-3.4.99/include/linux/mmc/
Dsdhci.h51 #define SDHCI_QUIRK_BROKEN_TIMEOUT_VAL (1<<12) macro