Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Ds5p_sdhci.c92 SDHCI_QUIRK_WAIT_SEND_CMD | SDHCI_QUIRK_USE_WIDE8; in s5p_sdhci_core_init()
H A Dsdhci.c499 (host->quirks & SDHCI_QUIRK_USE_WIDE8))
503 (host->quirks & SDHCI_QUIRK_USE_WIDE8))
/openbmc/u-boot/include/
H A Dsdhci.h231 #define SDHCI_QUIRK_USE_WIDE8 (1 << 8) macro