Home
last modified time | relevance | path

Searched refs:SDHCI_QUIRK_NONSTANDARD_CLOCK (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/mmc/host/
Dsdhci-esdhc.h23 SDHCI_QUIRK_NONSTANDARD_CLOCK | \
Dsdhci-cns3xxx.c95 SDHCI_QUIRK_NONSTANDARD_CLOCK,
Dsdhci-s3c.c154 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,
Dsdhci.c1085 if (host->quirks & SDHCI_QUIRK_NONSTANDARD_CLOCK) in sdhci_set_clock()
/linux-3.4.99/include/linux/mmc/
Dsdhci.h61 #define SDHCI_QUIRK_NONSTANDARD_CLOCK (1<<17) macro