Searched refs:SDHCI_QUIRK_NONSTANDARD_CLOCK (Results 1 – 5 of 5) sorted by relevance
23 SDHCI_QUIRK_NONSTANDARD_CLOCK | \
95 SDHCI_QUIRK_NONSTANDARD_CLOCK,
154 if (ourhost->host->quirks & SDHCI_QUIRK_NONSTANDARD_CLOCK) { in sdhci_s3c_consider_clock()584 if (host->quirks & SDHCI_QUIRK_NONSTANDARD_CLOCK) { in sdhci_s3c_probe()721 .sdhci_quirks = SDHCI_QUIRK_NONSTANDARD_CLOCK,
1085 if (host->quirks & SDHCI_QUIRK_NONSTANDARD_CLOCK) in sdhci_set_clock()
61 #define SDHCI_QUIRK_NONSTANDARD_CLOCK (1<<17) macro