Searched refs:sc_mmc_helper (Results 1 – 1 of 1) sorted by relevance
159 struct mmc_fdt_helper sc_mmc_helper; member320 mmc_fdt_parse(dev, 0, &sc->sc_mmc_helper, &sc->sc_slot.host); in bcm_sdhci_attach()408 if (sc->sc_mmc_helper.vmmc_supply) in bcm_sdhci_update_ios()409 regulator_enable(sc->sc_mmc_helper.vmmc_supply); in bcm_sdhci_update_ios()410 if (sc->sc_mmc_helper.vqmmc_supply) in bcm_sdhci_update_ios()411 regulator_enable(sc->sc_mmc_helper.vqmmc_supply); in bcm_sdhci_update_ios()421 if (sc->sc_mmc_helper.vmmc_supply) in bcm_sdhci_update_ios()422 regulator_disable(sc->sc_mmc_helper.vmmc_supply); in bcm_sdhci_update_ios()423 if (sc->sc_mmc_helper.vqmmc_supply) in bcm_sdhci_update_ios()424 regulator_disable(sc->sc_mmc_helper.vqmmc_supply); in bcm_sdhci_update_ios()