Lines Matching refs:comm
39 INFO("SPM EARLY WAKE r13 = 0x%x, ", wakesta->tr.comm.r13); in __spm_output_wake_reason()
45 if (wakesta->tr.comm.r12 & R12_PCM_TIMER_B) { in __spm_output_wake_reason()
52 if (wakesta->tr.comm.r12 & (1U << i)) in __spm_output_wake_reason()
695 wakesta->tr.comm.r12 = mmio_read_32(SPM_BK_WAKE_EVENT); in __spm_get_wakeup_status()
697 wakesta->tr.comm.raw_sta = mmio_read_32(SPM_WAKEUP_STA); in __spm_get_wakeup_status()
704 wakesta->tr.comm.timer_out = mmio_read_32(SPM_BK_PCM_TIMER); in __spm_get_wakeup_status()
705 wakesta->tr.comm.r13 = mmio_read_32(MD32PCM_SCU_STA0); in __spm_get_wakeup_status()
706 wakesta->tr.comm.req_sta0 = mmio_read_32(SPM_REQ_STA_0); in __spm_get_wakeup_status()
707 wakesta->tr.comm.req_sta1 = mmio_read_32(SPM_REQ_STA_1); in __spm_get_wakeup_status()
708 wakesta->tr.comm.req_sta2 = mmio_read_32(SPM_REQ_STA_2); in __spm_get_wakeup_status()
709 wakesta->tr.comm.req_sta3 = mmio_read_32(SPM_REQ_STA_3); in __spm_get_wakeup_status()
710 wakesta->tr.comm.req_sta4 = mmio_read_32(SPM_REQ_STA_4); in __spm_get_wakeup_status()
711 wakesta->tr.comm.req_sta5 = mmio_read_32(SPM_REQ_STA_5); in __spm_get_wakeup_status()
712 wakesta->tr.comm.req_sta6 = mmio_read_32(SPM_REQ_STA_6); in __spm_get_wakeup_status()
713 wakesta->tr.comm.req_sta7 = mmio_read_32(SPM_REQ_STA_7); in __spm_get_wakeup_status()
714 wakesta->tr.comm.req_sta8 = mmio_read_32(SPM_REQ_STA_8); in __spm_get_wakeup_status()
715 wakesta->tr.comm.req_sta9 = mmio_read_32(SPM_REQ_STA_9); in __spm_get_wakeup_status()
716 wakesta->tr.comm.req_sta10 = mmio_read_32(SPM_REQ_STA_10); in __spm_get_wakeup_status()
717 wakesta->tr.comm.req_sta11 = mmio_read_32(SPM_REQ_STA_11); in __spm_get_wakeup_status()
718 wakesta->tr.comm.req_sta12 = mmio_read_32(SPM_REQ_STA_12); in __spm_get_wakeup_status()
719 wakesta->tr.comm.req_sta13 = mmio_read_32(SPM_REQ_STA_13); in __spm_get_wakeup_status()
720 wakesta->tr.comm.req_sta14 = mmio_read_32(SPM_REQ_STA_14); in __spm_get_wakeup_status()
721 wakesta->tr.comm.req_sta15 = mmio_read_32(SPM_REQ_STA_15); in __spm_get_wakeup_status()
722 wakesta->tr.comm.req_sta16 = mmio_read_32(SPM_REQ_STA_16); in __spm_get_wakeup_status()
725 wakesta->tr.comm.debug_flag = mmio_read_32(PCM_WDT_LATCH_SPARE_0); in __spm_get_wakeup_status()
726 wakesta->tr.comm.debug_flag1 = mmio_read_32(PCM_WDT_LATCH_SPARE_1); in __spm_get_wakeup_status()
729 wakesta->tr.comm.b_sw_flag0 = mmio_read_32(SPM_SW_RSV_7); in __spm_get_wakeup_status()
730 wakesta->tr.comm.b_sw_flag1 = mmio_read_32(SPM_SW_RSV_8); in __spm_get_wakeup_status()
740 wakesta->is_abort = wakesta->tr.comm.debug_flag1 & DEBUG_ABORT_MASK_1; in __spm_get_wakeup_status()