Searched refs:vqmmc (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/mmc/host/
H A Ddwmmc_var.h95 regulator_t vqmmc; member in struct:dwmmc_softc
H A Ddwmmc.c569 /* vqmmc regulator is optional */
570 error = regulator_get_by_ofw_property(sc->dev, 0, "vqmmc-supply",
571 &sc->vqmmc);
575 device_printf(sc->dev, "Cannot get regulator 'vqmmc-supply'\n");
640 if (sc->vqmmc != NULL) {
641 error = regulator_enable(sc->vqmmc);
643 device_printf(sc->dev, "Cannot enable vqmmc regulator\n");
806 if (sc->vqmmc && regulator_disable(sc->vqmmc) != 0)
807 device_printf(sc->dev, "Cannot disable vqmmc regulato
[all...]

Completed in 80 milliseconds