Home
last modified time | relevance | path

Searched refs:SDHCI_SPEC_300 (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/mmc/
Dsdhci.c356 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) {
477 if ((SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) ||
481 if ((SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) ||
586 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) {
593 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300)
615 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300)
634 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) {
644 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300)
/external/u-boot/include/
Dsdhci.h201 #define SDHCI_SPEC_300 2 macro