Home
last modified time | relevance | path

Searched refs:MMC_MODE_HS200 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Drockchip_dw_mmc.c239 plat->cfg.host_caps |= MMC_MODE_HS200; in rockchip_dwmmc_probe()
H A Drockchip_sdhci.c571 host->host_caps |= MMC_MODE_HS200; in rockchip_sdhci_probe()
H A Dmmc.c1130 if ((host_caps & MMC_MODE_HS200) &&
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h61 #define MMC_MODE_HS200 (1 << 6) macro