Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-omap.c109 bool pbias_enabled; member
151 if (omap_host->pbias_enabled) in sdhci_omap_set_pbias()
160 omap_host->pbias_enabled = true; in sdhci_omap_set_pbias()
162 if (!omap_host->pbias_enabled) in sdhci_omap_set_pbias()
170 omap_host->pbias_enabled = false; in sdhci_omap_set_pbias()
964 omap_host->pbias_enabled = false; in sdhci_omap_probe()
Domap_hsmmc.c180 bool pbias_enabled; member
315 if (host->pbias_enabled == 0) { in omap_hsmmc_set_pbias()
321 host->pbias_enabled = 1; in omap_hsmmc_set_pbias()
324 if (host->pbias_enabled == 1) { in omap_hsmmc_set_pbias()
330 host->pbias_enabled = 0; in omap_hsmmc_set_pbias()
2008 host->pbias_enabled = 0; in omap_hsmmc_probe()