Lines Matching refs:pwr
1288 u8 pwr = 0; in sdhci_set_power() local
1306 pwr = SDHCI_POWER_180; in sdhci_set_power()
1310 pwr = SDHCI_POWER_300; in sdhci_set_power()
1314 pwr = SDHCI_POWER_330; in sdhci_set_power()
1321 if (host->pwr == pwr) in sdhci_set_power()
1324 host->pwr = pwr; in sdhci_set_power()
1326 if (pwr == 0) { in sdhci_set_power()
1345 sdhci_writeb(host, pwr, SDHCI_POWER_CONTROL); in sdhci_set_power()
1347 pwr |= SDHCI_POWER_ON; in sdhci_set_power()
1349 sdhci_writeb(host, pwr, SDHCI_POWER_CONTROL); in sdhci_set_power()
2775 host->pwr = 0; in sdhci_resume_host()
2860 host->pwr = 0; in sdhci_runtime_resume_host()