Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dzynq_sdhci.c58 SDHCI_QUIRK_BROKEN_R1B; in arasan_sdhci_probe()
H A Dmsm_sdhci.c97 host->quirks = SDHCI_QUIRK_WAIT_SEND_CMD | SDHCI_QUIRK_BROKEN_R1B; in msm_sdc_probe()
H A Dbcm2835_sdhci.c205 host->quirks = SDHCI_QUIRK_BROKEN_VOLTAGE | SDHCI_QUIRK_BROKEN_R1B | in bcm2835_sdhci_probe()
H A Dsdhci.c278 if (host->quirks & SDHCI_QUIRK_BROKEN_R1B) {
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h231 #define SDHCI_QUIRK_BROKEN_R1B (1 << 2) macro