current_vsel      115 arch/arm/mach-omap2/vc.c 		      u8 *target_vsel, u8 *current_vsel)
current_vsel      140 arch/arm/mach-omap2/vc.c 	*current_vsel = voltdm->pmic->uv_to_vsel(voltdm->nominal_volt);
current_vsel      157 arch/arm/mach-omap2/vc.c 			u8 target_vsel, u8 current_vsel)
current_vsel      161 arch/arm/mach-omap2/vc.c 	smps_steps = abs(target_vsel - current_vsel);
current_vsel      175 arch/arm/mach-omap2/vc.c 	u8 target_vsel, current_vsel;
current_vsel      178 arch/arm/mach-omap2/vc.c 	ret = omap_vc_pre_scale(voltdm, target_volt, &target_vsel, &current_vsel);
current_vsel      213 arch/arm/mach-omap2/vc.c 	omap_vc_post_scale(voltdm, target_volt, target_vsel, current_vsel);
current_vsel      125 arch/arm/mach-omap2/vc.h 		      u8 *target_vsel, u8 *current_vsel);
current_vsel      128 arch/arm/mach-omap2/vc.h 			u8 target_vsel, u8 current_vsel);
current_vsel      126 arch/arm/mach-omap2/vp.c 	u8 target_vsel, current_vsel;
current_vsel      129 arch/arm/mach-omap2/vp.c 	ret = omap_vc_pre_scale(voltdm, target_volt, &target_vsel, &current_vsel);
current_vsel      166 arch/arm/mach-omap2/vp.c 	omap_vc_post_scale(voltdm, target_volt, target_vsel, current_vsel);