Searched refs:vqmmc_supply (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/mmc/
H A Dmmc_fdt_helpers.h64 regulator_t vqmmc_supply; member in struct:mmc_fdt_helper
H A Dmmc_fdt_helpers.c156 &helper->vqmmc_supply) == 0 && bootverbose) {
161 if (helper->vqmmc_supply != NULL) {
162 if (regulator_check_voltage(helper->vqmmc_supply, 1200000) == 0)
168 if (regulator_check_voltage(helper->vqmmc_supply, 1800000) == 0)
178 if (regulator_check_voltage(helper->vqmmc_supply, 3300000) == 0)
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhci.c410 if (sc->sc_mmc_helper.vqmmc_supply)
411 regulator_enable(sc->sc_mmc_helper.vqmmc_supply);
423 if (sc->sc_mmc_helper.vqmmc_supply)
424 regulator_disable(sc->sc_mmc_helper.vqmmc_supply);
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_mmc.c1368 if (sc->mmc_helper.vqmmc_supply == NULL)
1382 err = regulator_set_voltage(sc->mmc_helper.vqmmc_supply, uvolt, uvolt);
1429 if (sc->mmc_helper.vqmmc_supply)
1430 regulator_disable(sc->mmc_helper.vqmmc_supply);
1440 if (sc->mmc_helper.vqmmc_supply)
1441 regulator_enable(sc->mmc_helper.vqmmc_supply);

Completed in 98 milliseconds