Lines Matching refs:DSPCS
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()
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()
351 battr = DSPCS.bootctl[cpu].battr & (~LPSCTL_BATTR_MASK); 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()
357 DSPCS.bootctl[cpu].battr = battr; in pm_state_set()
384 DSPCS.bootctl[cpu].bctl |= 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()
416 DSPCS.bootctl[cpu].battr &= (~LPSCTL_BATTR_MASK); in pm_state_exit_post_ops()
446 if (!(DSPCS.bootctl[cpu].bctl & DSPBR_BCTL_WAITIPCG)) { in arch_cpu_idle()