Lines Matching refs:pwr
1289 u8 pwr = 0; in sdhci_set_power() local
1307 pwr = SDHCI_POWER_180; in sdhci_set_power()
1311 pwr = SDHCI_POWER_300; in sdhci_set_power()
1315 pwr = SDHCI_POWER_330; in sdhci_set_power()
1322 if (host->pwr == pwr) in sdhci_set_power()
1325 host->pwr = pwr; in sdhci_set_power()
1327 if (pwr == 0) { in sdhci_set_power()
1346 sdhci_writeb(host, pwr, SDHCI_POWER_CONTROL); in sdhci_set_power()
1348 pwr |= SDHCI_POWER_ON; in sdhci_set_power()
1350 sdhci_writeb(host, pwr, SDHCI_POWER_CONTROL); in sdhci_set_power()
2738 host->pwr = 0; in sdhci_resume_host()
2827 host->pwr = 0; in sdhci_runtime_resume_host()