Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci-of-at91.c46 .quirks2 = SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST,
Dsdhci.h419 #define SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST (1<<16) macro
Dsdhci.c1177 if (host->quirks2 & SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST) in sdhci_set_clock()