Searched refs:target_vsel (Results 1 – 3 of 3) sorted by relevance
/arch/arm/mach-omap2/ |
D | vc.c | 106 u8 *target_vsel, u8 *current_vsel) in omap_vc_pre_scale() argument 131 *target_vsel = voltdm->pmic->uv_to_vsel(target_volt); in omap_vc_pre_scale() 137 vc_cmdval |= (*target_vsel << vc->common->cmd_on_shift); in omap_vc_pre_scale() 147 u8 target_vsel, u8 current_vsel) in omap_vc_post_scale() argument 151 smps_steps = abs(target_vsel - current_vsel); in omap_vc_post_scale() 165 u8 target_vsel, current_vsel; in omap_vc_bypass_scale() local 168 ret = omap_vc_pre_scale(voltdm, target_volt, &target_vsel, ¤t_vsel); in omap_vc_bypass_scale() 174 vc_bypass_value = (target_vsel << vc->common->data_shift) | in omap_vc_bypass_scale() 203 omap_vc_post_scale(voltdm, target_volt, target_vsel, current_vsel); in omap_vc_bypass_scale()
|
D | vc.h | 117 u8 *target_vsel, u8 *current_vsel); 120 u8 target_vsel, u8 current_vsel);
|
D | vp.c | 123 u8 target_vsel, current_vsel; in omap_vp_forceupdate_scale() local 126 ret = omap_vc_pre_scale(voltdm, target_volt, &target_vsel, ¤t_vsel); in omap_vp_forceupdate_scale() 164 omap_vc_post_scale(voltdm, target_volt, target_vsel, current_vsel); in omap_vp_forceupdate_scale()
|