Searched refs:vqmmc_dev (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/mmc/ |
A D | tmio-common.c | 629 if (priv->vqmmc_dev) { in tmio_sd_set_pins() 631 regulator_set_value(priv->vqmmc_dev, 1800000); in tmio_sd_set_pins() 633 regulator_set_value(priv->vqmmc_dev, 3300000); in tmio_sd_set_pins() 634 regulator_set_enable(priv->vqmmc_dev, true); in tmio_sd_set_pins() 738 device_get_supply_regulator(dev, "vqmmc-supply", &priv->vqmmc_dev); in tmio_sd_probe() 739 if (priv->vqmmc_dev) in tmio_sd_probe() 740 regulator_set_value(priv->vqmmc_dev, 3300000); in tmio_sd_probe()
|
A D | fsl_esdhc_imx.c | 174 struct udevice *vqmmc_dev; member 810 if (!IS_ERR_OR_NULL(priv->vqmmc_dev)) { in esdhc_set_voltage() 811 ret = regulator_set_value(priv->vqmmc_dev, 3300000); in esdhc_set_voltage() 829 if (!IS_ERR_OR_NULL(priv->vqmmc_dev)) { in esdhc_set_voltage() 830 ret = regulator_set_value(priv->vqmmc_dev, 1800000); in esdhc_set_voltage() 1417 struct udevice *vqmmc_dev; in fsl_esdhc_of_to_plat() local 1480 ret = device_get_supply_regulator(dev, "vqmmc-supply", &vqmmc_dev); in fsl_esdhc_of_to_plat() 1484 priv->vqmmc_dev = vqmmc_dev; in fsl_esdhc_of_to_plat() 1485 ret = regulator_set_enable(vqmmc_dev, true); in fsl_esdhc_of_to_plat() 1491 if (regulator_get_value(vqmmc_dev) == 1800000) in fsl_esdhc_of_to_plat()
|
A D | tmio-common.h | 137 struct udevice *vqmmc_dev; member
|
Completed in 7 milliseconds