Home
last modified time | relevance | path

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

/linux-6.15/drivers/regulator/
H A Dtps65910-regulator.c451 ret = regmap_read(regmap, TPS65910_VDD1_SR, &srvsel); in tps65910_get_voltage_dcdc_sel()
456 srvsel &= VDD1_SR_SEL_MASK; in tps65910_get_voltage_dcdc_sel()
472 srvsel &= VDD2_SR_SEL_MASK; in tps65910_get_voltage_dcdc_sel()
484 srvsel &= VDDCTRL_SR_SEL_MASK; in tps65910_get_voltage_dcdc_sel()
495 if (srvsel < 3) in tps65910_get_voltage_dcdc_sel()
496 srvsel = 3; 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()
499 return srvsel - 3; in tps65910_get_voltage_dcdc_sel()
919 int opvsel, srvsel; in tps65910_set_ext_sleep_config() local
[all …]