Searched refs:signal_voltage (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/mmc/core/ |
D | core.h | 46 int mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage, u32 ocr); 47 int __mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage);
|
D | core.c | 1438 switch (ios->signal_voltage) { in mmc_regulator_set_vqmmc() 1545 int __mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage) in __mmc_set_signal_voltage() argument 1548 int old_signal_voltage = host->ios.signal_voltage; in __mmc_set_signal_voltage() 1550 host->ios.signal_voltage = signal_voltage; in __mmc_set_signal_voltage() 1555 host->ios.signal_voltage = old_signal_voltage; in __mmc_set_signal_voltage() 1561 int mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage, u32 ocr) in mmc_set_signal_voltage() argument 1573 if (signal_voltage == MMC_SIGNAL_VOLTAGE_330) in mmc_set_signal_voltage() 1574 return __mmc_set_signal_voltage(host, signal_voltage); in mmc_set_signal_voltage() 1614 if (__mmc_set_signal_voltage(host, signal_voltage)) { in mmc_set_signal_voltage()
|
D | debugfs.c | 159 switch (ios->signal_voltage) { in mmc_ios_show()
|
/linux-4.4.14/drivers/mmc/host/ |
D | dw_mmc-k3.c | 81 if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_330) { in dw_mci_hi6220_switch_voltage() 86 } else if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_180) { in dw_mci_hi6220_switch_voltage()
|
D | rtsx_usb_sdmmc.c | 1186 __func__, ios->signal_voltage); in sdmmc_switch_voltage() 1191 if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_120) in sdmmc_switch_voltage() 1207 if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_330) { in sdmmc_switch_voltage()
|
D | mtk-sd.c | 1027 if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_330) { in msdc_ops_switch_volt() 1030 } else if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_180) { in msdc_ops_switch_volt() 1045 if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_180) in msdc_ops_switch_volt()
|
D | rtsx_pci_sdmmc.c | 1229 __func__, ios->signal_voltage); in sdmmc_switch_voltage() 1242 if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_330) in sdmmc_switch_voltage()
|
D | mmci.c | 1445 switch (ios->signal_voltage) { in mmci_sig_volt_switch()
|
D | dw_mmc.c | 1410 if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_330) in dw_mci_switch_voltage()
|
D | sdhci.c | 1778 switch (ios->signal_voltage) { in sdhci_do_start_signal_voltage_switch()
|
/linux-4.4.14/include/linux/mmc/ |
D | host.h | 68 unsigned char signal_voltage; /* signalling voltage (1.8V or 3.3V) */ member
|