Home | History | Annotate | Download | only in mmc

Lines Matching defs:signal_voltage

102 	uint signal_voltage;
404 static void omap_hsmmc_conf_bus_power(struct mmc *mmc, uint signal_voltage)
415 switch (signal_voltage) {
504 int mv = mmc_voltage_to_mv(mmc->signal_voltage);
512 if (mmc->signal_voltage == MMC_SIGNAL_VOLTAGE_330) {
517 } else if (mmc->signal_voltage == MMC_SIGNAL_VOLTAGE_180) {
528 priv->signal_voltage = mmc->signal_voltage;
530 omap_hsmmc_conf_bus_power(mmc, mmc->signal_voltage);
1356 if (priv->signal_voltage != mmc->signal_voltage)