HomeSort by relevance Sort by last modified time
    Searched defs:signal_voltage (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/mmc/
fsl_esdhc.c 117 * @signal_voltage: indicating the current voltage
139 u32 signal_voltage; member in struct:fsl_esdhc_priv
737 priv->signal_voltage = mmc->signal_voltage;
738 switch (mmc->signal_voltage) {
920 if (priv->signal_voltage != mmc->signal_voltage) {
    [all...]
omap_hsmmc.c 102 uint signal_voltage; member in struct:omap_hsmmc_data
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);
    [all...]
  /external/u-boot/include/
mmc.h 571 enum mmc_voltage signal_voltage; member in struct:mmc

Completed in 508 milliseconds