Home
last modified time | relevance | path

Searched refs:SDHCI_QUIRK_NO_1_8_V (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dzynq_sdhci.c268 host->quirks |= SDHCI_QUIRK_NO_1_8_V; in arasan_sdhci_probe()
H A Dsdhci.c676 (host->quirks & SDHCI_QUIRK_NO_1_8_V))
/openbmc/u-boot/include/
H A Dsdhci.h232 #define SDHCI_QUIRK_NO_1_8_V (1 << 9) macro