Searched refs:sdhci_set_power (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | sdhci.c | 423 static void sdhci_set_power(struct sdhci_host *host, unsigned short power) function 551 sdhci_set_power(host, fls(mmc->cfg->voltages) - 1);
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci.h | 783 void sdhci_set_power(struct sdhci_host *host, unsigned char mode,
|
H A D | sdhci-pci-o2micro.c | 722 sdhci_set_power(host, mode, vdd); in sdhci_pci_o2_set_power()
|
H A D | sdhci.c | 2141 void sdhci_set_power(struct sdhci_host *host, unsigned char mode, in sdhci_set_power() function 2149 EXPORT_SYMBOL_GPL(sdhci_set_power); 2373 sdhci_set_power(host, ios->power_mode, ios->vdd); in sdhci_set_ios()
|
H A D | sdhci-pci-core.c | 609 sdhci_set_power(host, mode, vdd); in sdhci_intel_set_power()
|