Home
last modified time | relevance | path

Searched refs:SPM_SLEEP_ISR_MASK (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/mt8173/drivers/spm/
H A Dspm.c117 mmio_write_32(SPM_SLEEP_ISR_MASK, 0xff0c); in spm_register_init()
205 mmio_write_32(SPM_SLEEP_ISR_MASK, 0xfe04); in spm_set_wakeup_event()
311 mmio_write_32(SPM_SLEEP_ISR_MASK, 0xFF0C); in spm_clean_after_wakeup()
H A Dspm.h75 #define SPM_SLEEP_ISR_MASK (SPM_BASE + 0x900) macro