Home
last modified time | relevance | path

Searched refs:vselmax (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/regulator/
Dtps65910-regulator.c445 int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; in tps65910_get_voltage_dcdc_sel() local
462 vselmax = 75; in tps65910_get_voltage_dcdc_sel()
478 vselmax = 75; in tps65910_get_voltage_dcdc_sel()
492 vselmax = 64; in tps65910_get_voltage_dcdc_sel()
504 if (srvsel > vselmax) in tps65910_get_voltage_dcdc_sel()
505 srvsel = vselmax; in tps65910_get_voltage_dcdc_sel()
512 if (opvsel > vselmax) in tps65910_get_voltage_dcdc_sel()
513 opvsel = vselmax; in tps65910_get_voltage_dcdc_sel()