Home
last modified time | relevance | path

Searched refs:mmc_helper (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/arm/allwinner/
H A Daw_mmc.c128 struct mmc_fdt_helper mmc_helper; member
592 mmc_fdt_gpio_teardown(&sc->mmc_helper); in aw_mmc_detach()
1368 if (sc->mmc_helper.vqmmc_supply == NULL)
1427 if (sc->mmc_helper.vmmc_supply)
1428 regulator_disable(sc->mmc_helper.vmmc_supply);
1429 if (sc->mmc_helper.vqmmc_supply)
1430 regulator_disable(sc->mmc_helper.vqmmc_supply);
1438 if (sc->mmc_helper.vmmc_supply)
1439 regulator_enable(sc->mmc_helper.vmmc_supply);
1440 if (sc->mmc_helper.vqmmc_supply)
[all …]