Home
last modified time | relevance | path

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

/freebsd/sys/dev/sdhci/
H A Dsdhci_fsl_fdt.c199 struct mmc_helper fdt_helper; member
620 if (sc->fdt_helper.vmmc_supply) in sdhci_fsl_fdt_update_ios()
621 regulator_disable(sc->fdt_helper.vmmc_supply); in sdhci_fsl_fdt_update_ios()
622 if (sc->fdt_helper.vqmmc_supply) in sdhci_fsl_fdt_update_ios()
623 regulator_disable(sc->fdt_helper.vqmmc_supply); in sdhci_fsl_fdt_update_ios()
629 if (sc->fdt_helper.vmmc_supply) in sdhci_fsl_fdt_update_ios()
630 regulator_enable(sc->fdt_helper.vmmc_supply); in sdhci_fsl_fdt_update_ios()
631 if (sc->fdt_helper.vqmmc_supply) in sdhci_fsl_fdt_update_ios()
632 regulator_enable(sc->fdt_helper.vqmmc_supply); in sdhci_fsl_fdt_update_ios()
732 vqmmc_supply = sc->fdt_helper.vqmmc_supply; in sdhci_fsl_fdt_switch_vccq()
[all …]