Searched refs:SDHCI_QUIRK_BROKEN_R1B (Results 1 – 5 of 5) sorted by relevance
96 host->quirks = SDHCI_QUIRK_WAIT_SEND_CMD | SDHCI_QUIRK_BROKEN_R1B; in msm_sdc_probe()
213 host->quirks = SDHCI_QUIRK_BROKEN_VOLTAGE | SDHCI_QUIRK_BROKEN_R1B | in bcm2835_sdhci_probe()
234 SDHCI_QUIRK_BROKEN_R1B; in arasan_sdhci_probe()
438 if (host->quirks & SDHCI_QUIRK_BROKEN_R1B) {
270 #define SDHCI_QUIRK_BROKEN_R1B (1 << 2) macro