vselmax           440 drivers/regulator/tps65910-regulator.c 	int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0;
vselmax           457 drivers/regulator/tps65910-regulator.c 		vselmax = 75;
vselmax           473 drivers/regulator/tps65910-regulator.c 		vselmax = 75;
vselmax           487 drivers/regulator/tps65910-regulator.c 		vselmax = 64;
vselmax           499 drivers/regulator/tps65910-regulator.c 		if (srvsel > vselmax)
vselmax           500 drivers/regulator/tps65910-regulator.c 			srvsel = vselmax;
vselmax           507 drivers/regulator/tps65910-regulator.c 		if (opvsel > vselmax)
vselmax           508 drivers/regulator/tps65910-regulator.c 			opvsel = vselmax;