Lines Matching defs:pwrctrl
27 struct pwr_ctrl *pwrctrl;
30 pwrctrl = spm_lp->pwrctrl;
33 __spm_set_power_control(pwrctrl);
34 __spm_set_wakeup_event(pwrctrl);
35 __spm_sync_vcore_dvfs_power_control(pwrctrl, __spm_vcorefs.pwrctrl);
36 __spm_set_pcm_flags(pwrctrl);
37 __spm_src_req_update(pwrctrl, resource_req);
60 cpu, pwrctrl->wake_src, mmio_read_32(SPM_CLK_SETTLE),
63 pwrctrl->pcm_flags, pwrctrl->pcm_flags1,
140 void spm_conservation_pwrctrl_init(struct pwr_ctrl *pwrctrl)
142 if (pwrctrl == NULL) {
149 pwrctrl->reg_ufs_srcclkena_mask_b = 0;
150 pwrctrl->reg_ufs_infra_req_mask_b = 0;
151 pwrctrl->reg_ufs_apsrc_req_mask_b = 0;
152 pwrctrl->reg_ufs_vrf18_req_mask_b = 0;
153 pwrctrl->reg_ufs_ddr_en_mask_b = 0;