Home
last modified time | relevance | path

Searched refs:SDHCI_QUIRK_DELAY_AFTER_POWER (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
Dsdhci-sirf.c129 SDHCI_QUIRK_DELAY_AFTER_POWER,
Dsdhci.h367 #define SDHCI_QUIRK_DELAY_AFTER_POWER (1<<23) macro
Dsdhci-pci.c637 chip->quirks |= SDHCI_QUIRK_DELAY_AFTER_POWER; in via_probe()
Dsdhci.c1358 if (host->quirks & SDHCI_QUIRK_DELAY_AFTER_POWER) in sdhci_set_power()