Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dmsm_sdhci.c96 host->quirks = SDHCI_QUIRK_WAIT_SEND_CMD | SDHCI_QUIRK_BROKEN_R1B; in msm_sdc_probe()
Dbcm2835_sdhci.c211 host->quirks = SDHCI_QUIRK_BROKEN_VOLTAGE | SDHCI_QUIRK_BROKEN_R1B | in bcm2835_sdhci_probe()
Dzynq_sdhci.c262 SDHCI_QUIRK_BROKEN_R1B; in arasan_sdhci_probe()
Dsdhci.c272 if (host->quirks & SDHCI_QUIRK_BROKEN_R1B) {
/external/u-boot/include/
Dsdhci.h217 #define SDHCI_QUIRK_BROKEN_R1B (1 << 2) macro