Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmsm_sdhci.c96 host->quirks = SDHCI_QUIRK_WAIT_SEND_CMD | SDHCI_QUIRK_BROKEN_R1B; in msm_sdc_probe()
Dbcm2835_sdhci.c213 host->quirks = SDHCI_QUIRK_BROKEN_VOLTAGE | SDHCI_QUIRK_BROKEN_R1B | in bcm2835_sdhci_probe()
Dzynq_sdhci.c234 SDHCI_QUIRK_BROKEN_R1B; in arasan_sdhci_probe()
Dsdhci.c438 if (host->quirks & SDHCI_QUIRK_BROKEN_R1B) {
/third_party/uboot/u-boot-2020.01/include/
Dsdhci.h270 #define SDHCI_QUIRK_BROKEN_R1B (1 << 2) macro