Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci.h367 #define SDHCI_QUIRK_DELAY_AFTER_POWER (1<<23) macro
Dsdhci-pci-core.c731 chip->quirks |= SDHCI_QUIRK_DELAY_AFTER_POWER; in via_probe()
Dsdhci.c1359 if (host->quirks & SDHCI_QUIRK_DELAY_AFTER_POWER) in sdhci_set_power()