Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Duniphier-sd.c438 if (!(host->mmc->caps & MMC_CAP_UHS)) in uniphier_sd_speed_switch()
457 if (!(host->mmc->caps & MMC_CAP_UHS)) in uniphier_sd_uhs_enable()
672 if (host->mmc->caps & MMC_CAP_UHS) { in uniphier_sd_probe()
678 host->mmc->caps &= ~MMC_CAP_UHS; in uniphier_sd_probe()
702 if (host->mmc->caps & MMC_CAP_UHS) in uniphier_sd_probe()
H A Dsunxi-mmc.c1456 MMC_CAP_1_2V_DDR | MMC_CAP_UHS); in sunxi_mmc_probe()
H A Dsdhci.c4552 mmc->caps &= ~(MMC_CAP_1_8V_DDR | MMC_CAP_UHS); in sdhci_setup_host()
/openbmc/linux/include/linux/mmc/
H A Dhost.h380 #define MMC_CAP_UHS (MMC_CAP_UHS_SDR12 | MMC_CAP_UHS_SDR25 | \ macro