Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dtps65910-regulator.c454 sr = opvsel & VDD1_OP_CMD_MASK; in tps65910_get_voltage_dcdc_sel()
455 opvsel &= VDD1_OP_SEL_MASK; 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()
483 opvsel &= VDDCTRL_OP_SEL_MASK; in tps65910_get_voltage_dcdc_sel()
503 if (opvsel < 3) in tps65910_get_voltage_dcdc_sel()
504 opvsel = 3; 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()
507 return opvsel - 3; in tps65910_get_voltage_dcdc_sel()
[all …]