Home
last modified time | relevance | path

Searched refs:SDHCI_SPEC_200 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h214 #define SDHCI_SPEC_200 1 macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.h276 #define SDHCI_SPEC_200 1 macro
H A Dsdhci-of-esdhc.c191 ret = (VENDOR_V_23 << SDHCI_VENDOR_VER_SHIFT) | SDHCI_SPEC_200; in esdhc_readw_fixup()
H A Dsdhci-tegra.c186 return SDHCI_SPEC_200; in tegra_sdhci_readw()
H A Dsdhci.c281 if (host->version < SDHCI_SPEC_200) in sdhci_config_dma()
4180 if ((host->version >= SDHCI_SPEC_200) && in sdhci_setup_host()