Home
last modified time | relevance | path

Searched refs:SPM_SLEEP_CPU_WAKEUP_EVENT (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-3.4.0/plat/mediatek/mt8173/drivers/spm/
Dspm_mcdi.c238 if (((mmio_read_32(SPM_SLEEP_CPU_WAKEUP_EVENT) & 0x1) == 1) in spm_mcdi_cpu_wake_up_event()
242 __func__, mmio_read_32(SPM_SLEEP_CPU_WAKEUP_EVENT), in spm_mcdi_cpu_wake_up_event()
269 mmio_write_32(SPM_SLEEP_CPU_WAKEUP_EVENT, wake_up_event); in spm_mcdi_cpu_wake_up_event()
271 while (mmio_read_32(SPM_SLEEP_CPU_WAKEUP_EVENT) != wake_up_event) in spm_mcdi_cpu_wake_up_event()
Dspm.h69 #define SPM_SLEEP_CPU_WAKEUP_EVENT (SPM_BASE + 0x814) macro
Dspm.c307 mmio_write_32(SPM_SLEEP_CPU_WAKEUP_EVENT, 0); in spm_clean_after_wakeup()