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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 28 milliseconds