Searched refs:max_mV (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/regulator/
H A Dwm8350-regulator.c367 min_mV = min_uV / 1000, max_mV = max_uV / 1000; local
372 if (max_mV < 850 || max_mV > 4025)
377 if (wm8350_dcdc_val_to_mvolts(mV) > max_mV)
761 max_mV = max_uV / 1000; local
766 if (max_mV < 900 || max_mV > 3300)
772 if (wm8350_ldo_val_to_mvolts(mV) > max_mV)
778 if (wm8350_ldo_val_to_mvolts(mV) > max_mV)
H A Dtwl-regulator.c52 u16 max_mV; member in struct:twlreg_info
397 if ((min_uV/1000 < info->min_mV) || (max_uV/1000 > info->max_mV))
506 .max_mV = max_mVolts, \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/regulator/
H A Dwm8350-regulator.c367 min_mV = min_uV / 1000, max_mV = max_uV / 1000; local
372 if (max_mV < 850 || max_mV > 4025)
377 if (wm8350_dcdc_val_to_mvolts(mV) > max_mV)
761 max_mV = max_uV / 1000; local
766 if (max_mV < 900 || max_mV > 3300)
772 if (wm8350_ldo_val_to_mvolts(mV) > max_mV)
778 if (wm8350_ldo_val_to_mvolts(mV) > max_mV)
H A Dtwl-regulator.c52 u16 max_mV; member in struct:twlreg_info
397 if ((min_uV/1000 < info->min_mV) || (max_uV/1000 > info->max_mV))
506 .max_mV = max_mVolts, \

Completed in 113 milliseconds