Lines Matching refs:bctl
37 DSPCS.bootctl[0].bctl |= DSPBR_BCTL_WAITIPPG; in power_init()
40 DSPCS.bootctl[0].bctl |= DSPBR_BCTL_WAITIPCG | DSPBR_BCTL_WAITIPPG; in power_init()
122 uint32_t bctl; member
291 core_desc[cpu].bctl = DSPCS.bootctl[cpu].bctl; in pm_state_set()
292 DSPCS.bootctl[cpu].bctl &= ~DSPBR_BCTL_WAITIPCG; in pm_state_set()
353 DSPCS.bootctl[cpu].bctl &= ~DSPBR_BCTL_WAITIPPG; in pm_state_set()
354 DSPCS.bootctl[cpu].bctl &= ~DSPBR_BCTL_WAITIPCG; in pm_state_set()
384 DSPCS.bootctl[cpu].bctl |= in pm_state_exit_post_ops()
385 (core_desc[cpu].bctl & DSPBR_BCTL_WAITIPCG); in pm_state_exit_post_ops()
412 DSPCS.bootctl[cpu].bctl |= DSPBR_BCTL_WAITIPPG; in pm_state_exit_post_ops()
414 DSPCS.bootctl[cpu].bctl |= DSPBR_BCTL_WAITIPCG | DSPBR_BCTL_WAITIPPG; in pm_state_exit_post_ops()
446 if (!(DSPCS.bootctl[cpu].bctl & DSPBR_BCTL_WAITIPCG)) { in arch_cpu_idle()