Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/regulator/
H A Dtps65910-regulator.c441 int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; in tps65910_get_voltage_dcdc_sel() local
458 vselmax = 75; in tps65910_get_voltage_dcdc_sel()
474 vselmax = 75; in tps65910_get_voltage_dcdc_sel()
486 vselmax = 64; in tps65910_get_voltage_dcdc_sel()
498 if (srvsel > vselmax) in tps65910_get_voltage_dcdc_sel()
499 srvsel = vselmax; in tps65910_get_voltage_dcdc_sel()
506 if (opvsel > vselmax) in tps65910_get_voltage_dcdc_sel()
507 opvsel = vselmax; in tps65910_get_voltage_dcdc_sel()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dtps65910-regulator.c440 int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; in tps65910_get_voltage_dcdc_sel() local
457 vselmax = 75; in tps65910_get_voltage_dcdc_sel()
473 vselmax = 75; in tps65910_get_voltage_dcdc_sel()
485 vselmax = 64; in tps65910_get_voltage_dcdc_sel()
497 if (srvsel > vselmax) in tps65910_get_voltage_dcdc_sel()
498 srvsel = vselmax; in tps65910_get_voltage_dcdc_sel()
505 if (opvsel > vselmax) in tps65910_get_voltage_dcdc_sel()
506 opvsel = vselmax; in tps65910_get_voltage_dcdc_sel()

Completed in 4 milliseconds