Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci-omap.c99 bool pbias_enabled; member
142 if (omap_host->pbias_enabled) in sdhci_omap_set_pbias()
151 omap_host->pbias_enabled = true; in sdhci_omap_set_pbias()
153 if (!omap_host->pbias_enabled) in sdhci_omap_set_pbias()
161 omap_host->pbias_enabled = false; in sdhci_omap_set_pbias()
1108 omap_host->pbias_enabled = false; in sdhci_omap_probe()
Domap_hsmmc.c178 bool pbias_enabled; member
288 if (host->pbias_enabled == 0) { in omap_hsmmc_set_pbias()
294 host->pbias_enabled = 1; in omap_hsmmc_set_pbias()
297 if (host->pbias_enabled == 1) { in omap_hsmmc_set_pbias()
303 host->pbias_enabled = 0; in omap_hsmmc_set_pbias()
1845 host->pbias_enabled = 0; in omap_hsmmc_probe()