srvsel 440 drivers/regulator/tps65910-regulator.c int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; srvsel 451 drivers/regulator/tps65910-regulator.c ret = tps65910_reg_read(pmic->mfd, TPS65910_VDD1_SR, &srvsel); srvsel 456 drivers/regulator/tps65910-regulator.c srvsel &= VDD1_SR_SEL_MASK; srvsel 467 drivers/regulator/tps65910-regulator.c ret = tps65910_reg_read(pmic->mfd, TPS65910_VDD2_SR, &srvsel); srvsel 472 drivers/regulator/tps65910-regulator.c srvsel &= VDD2_SR_SEL_MASK; srvsel 481 drivers/regulator/tps65910-regulator.c &srvsel); srvsel 486 drivers/regulator/tps65910-regulator.c srvsel &= VDDCTRL_SR_SEL_MASK; srvsel 497 drivers/regulator/tps65910-regulator.c if (srvsel < 3) srvsel 498 drivers/regulator/tps65910-regulator.c srvsel = 3; srvsel 499 drivers/regulator/tps65910-regulator.c if (srvsel > vselmax) srvsel 500 drivers/regulator/tps65910-regulator.c srvsel = vselmax; srvsel 501 drivers/regulator/tps65910-regulator.c return srvsel - 3; srvsel 918 drivers/regulator/tps65910-regulator.c int opvsel, srvsel; srvsel 923 drivers/regulator/tps65910-regulator.c ret = tps65910_reg_read(pmic->mfd, sr_reg_add, &srvsel); srvsel 928 drivers/regulator/tps65910-regulator.c u8 reg_val = srvsel & VDD1_OP_SEL_MASK;