Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Ds5p_sdhci.c92 SDHCI_QUIRK_WAIT_SEND_CMD | SDHCI_QUIRK_USE_WIDE8; in s5p_sdhci_core_init()
Dsdhci.c478 (host->quirks & SDHCI_QUIRK_USE_WIDE8))
482 (host->quirks & SDHCI_QUIRK_USE_WIDE8))
/external/u-boot/include/
Dsdhci.h227 #define SDHCI_QUIRK_USE_WIDE8 (1 << 8) macro