Searched refs:vmmc (Results 1 – 3 of 3) sorted by relevance
305 mmc->supply.vmmc = -RT_NULL; in mmc_regulator_get_supply()
747 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in sdhci_set_power_reg()817 if (!host->mmc->supply.vmmc) in rt_sdhci_set_power()2806 if (!max_current_caps && mmc->supply.vmmc) in rt_sdhci_setup_host()2808 int curr = regulator_get_current_limit(mmc->supply.vmmc); in rt_sdhci_setup_host()3043 if (mmc->supply.vmmc && ios->power_mode == MMC_POWER_OFF) in rt_sdhci_ios_set()3044 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0); in rt_sdhci_ios_set()
119 struct regulator *vmmc; /* Card power supply */ member
Completed in 10 milliseconds