Lines Matching refs:vqmmc
203 if (!IS_ERR(mmc->supply.vqmmc)) {
207 dev_err(mmc_dev(mmc), "vqmmc set voltage failed\n");
970 unsigned int pbias, vqmmc, caps = 0;
974 vqmmc = sdhci_omap_regulator_get_caps(dev, "vqmmc");
975 caps = pbias & vqmmc;
977 if (pbias != ~0U && vqmmc == ~0U)
978 dev_warn(dev, "vqmmc regulator missing for pbias\n");
983 * Quirk handling to allow 3.0V vqmmc with a valid 3.3V PBIAS. This is
987 (vqmmc & SDHCI_CAN_VDD_300))