Home
last modified time | relevance | path

Searched refs:SDHCI_GET_VERSION (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.h203 #define SDHCI_GET_VERSION(x) (x->version & SDHCI_SPEC_VER_MASK) macro