opvsel            440 drivers/regulator/tps65910-regulator.c 	int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0;
opvsel            444 drivers/regulator/tps65910-regulator.c 		ret = tps65910_reg_read(pmic->mfd, TPS65910_VDD1_OP, &opvsel);
opvsel            454 drivers/regulator/tps65910-regulator.c 		sr = opvsel & VDD1_OP_CMD_MASK;
opvsel            455 drivers/regulator/tps65910-regulator.c 		opvsel &= VDD1_OP_SEL_MASK;
opvsel            460 drivers/regulator/tps65910-regulator.c 		ret = tps65910_reg_read(pmic->mfd, TPS65910_VDD2_OP, &opvsel);
opvsel            470 drivers/regulator/tps65910-regulator.c 		sr = opvsel & VDD2_OP_CMD_MASK;
opvsel            471 drivers/regulator/tps65910-regulator.c 		opvsel &= VDD2_OP_SEL_MASK;
opvsel            477 drivers/regulator/tps65910-regulator.c 					&opvsel);
opvsel            484 drivers/regulator/tps65910-regulator.c 		sr = opvsel & VDDCTRL_OP_CMD_MASK;
opvsel            485 drivers/regulator/tps65910-regulator.c 		opvsel &= VDDCTRL_OP_SEL_MASK;
opvsel            505 drivers/regulator/tps65910-regulator.c 		if (opvsel < 3)
opvsel            506 drivers/regulator/tps65910-regulator.c 			opvsel = 3;
opvsel            507 drivers/regulator/tps65910-regulator.c 		if (opvsel > vselmax)
opvsel            508 drivers/regulator/tps65910-regulator.c 			opvsel = vselmax;
opvsel            509 drivers/regulator/tps65910-regulator.c 		return opvsel - 3;
opvsel            918 drivers/regulator/tps65910-regulator.c 		int opvsel, srvsel;
opvsel            920 drivers/regulator/tps65910-regulator.c 		ret = tps65910_reg_read(pmic->mfd, op_reg_add, &opvsel);
opvsel            927 drivers/regulator/tps65910-regulator.c 		if (opvsel & VDD1_OP_CMD_MASK) {