Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c361 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) {
519 if ((SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) ||
523 if ((SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) ||
747 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) {
754 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300)
776 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300)
795 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) {
H A Drockchip_sdhci.c232 if (SDHCI_GET_VERSION(host) >= SDHCI_SPEC_300) { in rockchip_emmc_set_clock()
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h217 #define SDHCI_GET_VERSION(x) (x->version & SDHCI_SPEC_VER_MASK) macro