Searched refs:sdhci_set_power (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | sdhci.c | 413 static void sdhci_set_power(struct sdhci_host *host, unsigned short power) function 543 sdhci_set_power(host, MMC_VDD_165_195_SHIFT); 569 sdhci_set_power(host, fls(mmc->cfg->voltages) - 1);
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci.h | 773 void sdhci_set_power(struct sdhci_host *host, unsigned char mode,
|
| H A D | sdhci.c | 2105 void sdhci_set_power(struct sdhci_host *host, unsigned char mode, in sdhci_set_power() function 2113 EXPORT_SYMBOL_GPL(sdhci_set_power); 2300 sdhci_set_power(host, ios->power_mode, ios->vdd); in sdhci_set_ios()
|
| H A D | sdhci-pci-core.c | 666 sdhci_set_power(host, mode, vdd); in sdhci_intel_set_power()
|