Home
last modified time | relevance | path

Searched refs:SDHCI_POWER_ON (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/mmc/host/
Dsdhci_am654.c361 if (reg == SDHCI_POWER_CONTROL && (val & SDHCI_POWER_ON)) { in sdhci_am654_write_b()
368 pwr & SDHCI_POWER_ON, 0, in sdhci_am654_write_b()
Dsdhci-pci-core.c624 if (reg & SDHCI_POWER_ON) in sdhci_intel_set_power()
627 reg |= SDHCI_POWER_ON; in sdhci_intel_set_power()
1115 intel_host->needs_pwr_off = reg & SDHCI_POWER_ON; in byt_needs_pwr_off()
Dsdhci.h98 #define SDHCI_POWER_ON 0x01 macro
Dsdhci.c2071 sdhci_writeb(host, SDHCI_POWER_ON, SDHCI_POWER_CONTROL); in sdhci_set_power_reg()
2139 pwr |= SDHCI_POWER_ON; in sdhci_set_power_noreg()