Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dpm_client.c183 uintptr_t isenabler1 = BASE_GICD_BASE + GICD_ISENABLER + 4U; in pm_client_set_wakeup_sources() local
203 uint32_t reg = mmio_read_32(isenabler1 + (uint64_t)(reg_num << 2U)); in pm_client_set_wakeup_sources()
/rk3399_ARM-atf/plat/xilinx/common/pm_service/
H A Dpm_api_sys.c57 uint32_t isenabler1 = PLAT_ARM_GICD_BASE + GICD_ISENABLER + 4U; in pm_client_set_wakeup_sources() local
63 uint32_t reg = mmio_read_32((uint64_t)(isenabler1 + (reg_num << 2))); in pm_client_set_wakeup_sources()