Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dsdhci.c548 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) {
706 if ((SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) ||
710 if ((SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) ||
889 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) {
903 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300)
925 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300)
944 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) {
/third_party/uboot/u-boot-2020.01/include/
Dsdhci.h219 #define SDHCI_SPEC_300 2 macro