Searched refs:current_vsel (Results 1 – 3 of 3) sorted by relevance
/arch/arm/mach-omap2/ |
D | vc.h | 128 u8 *target_vsel, u8 *current_vsel); 131 u8 target_vsel, u8 current_vsel);
|
D | vc.c | 115 u8 *target_vsel, u8 *current_vsel) in omap_vc_pre_scale() argument 140 *current_vsel = voltdm->pmic->uv_to_vsel(voltdm->nominal_volt); in omap_vc_pre_scale() 157 u8 target_vsel, u8 current_vsel) in omap_vc_post_scale() argument 161 smps_steps = abs(target_vsel - current_vsel); in omap_vc_post_scale() 175 u8 target_vsel, current_vsel; in omap_vc_bypass_scale() local 178 ret = omap_vc_pre_scale(voltdm, target_volt, &target_vsel, ¤t_vsel); in omap_vc_bypass_scale() 213 omap_vc_post_scale(voltdm, target_volt, target_vsel, current_vsel); in omap_vc_bypass_scale()
|
D | vp.c | 125 u8 target_vsel, current_vsel; in omap_vp_forceupdate_scale() local 128 ret = omap_vc_pre_scale(voltdm, target_volt, &target_vsel, ¤t_vsel); in omap_vp_forceupdate_scale() 165 omap_vc_post_scale(voltdm, target_volt, target_vsel, current_vsel); in omap_vp_forceupdate_scale()
|