Searched refs:opvsel (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | tps65910-regulator.c | 441 int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; in tps65910_get_voltage_dcdc_sel() local 445 ret = regmap_read(regmap, TPS65910_VDD1_OP, &opvsel); in tps65910_get_voltage_dcdc_sel() 455 sr = opvsel & VDD1_OP_CMD_MASK; in tps65910_get_voltage_dcdc_sel() 456 opvsel &= VDD1_OP_SEL_MASK; in tps65910_get_voltage_dcdc_sel() 461 ret = regmap_read(regmap, TPS65910_VDD2_OP, &opvsel); in tps65910_get_voltage_dcdc_sel() 471 sr = opvsel & VDD2_OP_CMD_MASK; in tps65910_get_voltage_dcdc_sel() 472 opvsel &= VDD2_OP_SEL_MASK; in tps65910_get_voltage_dcdc_sel() 477 ret = regmap_read(regmap, TPS65911_VDDCTRL_OP, &opvsel); in tps65910_get_voltage_dcdc_sel() 483 sr = opvsel & VDDCTRL_OP_CMD_MASK; in tps65910_get_voltage_dcdc_sel() 484 opvsel in tps65910_get_voltage_dcdc_sel() 920 int opvsel, srvsel; tps65910_set_ext_sleep_config() local [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | tps65910-regulator.c | 440 int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; in tps65910_get_voltage_dcdc_sel() local 444 ret = regmap_read(regmap, TPS65910_VDD1_OP, &opvsel); in tps65910_get_voltage_dcdc_sel() 454 sr = opvsel & VDD1_OP_CMD_MASK; in tps65910_get_voltage_dcdc_sel() 455 opvsel &= VDD1_OP_SEL_MASK; in tps65910_get_voltage_dcdc_sel() 460 ret = regmap_read(regmap, TPS65910_VDD2_OP, &opvsel); in tps65910_get_voltage_dcdc_sel() 470 sr = opvsel & VDD2_OP_CMD_MASK; in tps65910_get_voltage_dcdc_sel() 471 opvsel &= VDD2_OP_SEL_MASK; in tps65910_get_voltage_dcdc_sel() 476 ret = regmap_read(regmap, TPS65911_VDDCTRL_OP, &opvsel); in tps65910_get_voltage_dcdc_sel() 482 sr = opvsel & VDDCTRL_OP_CMD_MASK; in tps65910_get_voltage_dcdc_sel() 483 opvsel in tps65910_get_voltage_dcdc_sel() 919 int opvsel, srvsel; tps65910_set_ext_sleep_config() local [all...] |
Completed in 3 milliseconds