Lines Matching refs:mmio_read_32

243 	isr = mmio_read_32(SPM_IRQ_MASK) & SPM_TWAM_IRQ_MASK_LSB;  in spm_set_wakeup_event()
259 if (mmio_read_32(PCM_TIMER_VAL) > PCM_TIMER_MAX) in spm_set_pcm_wdt()
262 mmio_read_32(PCM_TIMER_VAL) + PCM_WDT_TIMEOUT); in spm_set_pcm_wdt()
278 wakesta->assert_pc = mmio_read_32(PCM_REG_DATA_INI); in spm_get_wakeup_status()
279 wakesta->r12 = mmio_read_32(SPM_SW_RSV_0); in spm_get_wakeup_status()
280 wakesta->r12_ext = mmio_read_32(PCM_REG12_EXT_DATA); in spm_get_wakeup_status()
281 wakesta->raw_sta = mmio_read_32(SPM_WAKEUP_STA); in spm_get_wakeup_status()
282 wakesta->raw_ext_sta = mmio_read_32(SPM_WAKEUP_EXT_STA); in spm_get_wakeup_status()
283 wakesta->wake_misc = mmio_read_32(SPM_BSI_D0_SR); in spm_get_wakeup_status()
284 wakesta->timer_out = mmio_read_32(SPM_BSI_D1_SR); in spm_get_wakeup_status()
285 wakesta->r13 = mmio_read_32(PCM_REG13_DATA); in spm_get_wakeup_status()
286 wakesta->idle_sta = mmio_read_32(SUBSYS_IDLE_STA); in spm_get_wakeup_status()
287 wakesta->req_sta = mmio_read_32(SRC_REQ_STA); in spm_get_wakeup_status()
288 wakesta->sw_flag = mmio_read_32(SPM_SW_FLAG); in spm_get_wakeup_status()
289 wakesta->sw_flag1 = mmio_read_32(SPM_SW_RSV_2); in spm_get_wakeup_status()
290 wakesta->r15 = mmio_read_32(PCM_REG15_DATA); in spm_get_wakeup_status()
291 wakesta->debug_flag = mmio_read_32(SPM_SW_DEBUG); in spm_get_wakeup_status()
292 wakesta->debug_flag1 = mmio_read_32(WDT_LATCH_SPARE0_FIX); in spm_get_wakeup_status()
293 wakesta->event_reg = mmio_read_32(SPM_BSI_D2_SR); in spm_get_wakeup_status()
294 wakesta->isr = mmio_read_32(SPM_IRQ_STA); in spm_get_wakeup_status()
300 mmio_read_32(SPM_WAKEUP_STA) | in spm_clean_after_wakeup()
301 mmio_read_32(SPM_SW_RSV_0)); in spm_clean_after_wakeup()
315 scenario, wakesta->assert_pc, mmio_read_32(ULPOSC_CON)); in spm_output_wake_reason()