Home
last modified time | relevance | path

Searched refs:PMU1_WAKEUP_INT_CON (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/rk3588/drivers/pmu/
H A Dpmu.h26 #define PMU1_WAKEUP_INT_CON 0x4010 macro
H A Dpmu.c1145 mmio_write_32(PMU_BASE + PMU1_WAKEUP_INT_CON, pmu1_wkup_int_con); in pmu_sleep_config()
1219 mmio_write_32(PMU_BASE + PMU1_WAKEUP_INT_CON, 0); in pmu_sleep_restore()
/rk3399_ARM-atf/plat/rockchip/rk3576/drivers/pmu/
H A Dpmu.c778 mmio_write_32(PMU_BASE + PMU1_WAKEUP_INT_CON, pmu1_wkup_int_con); in pmu_sleep_config()
815 mmio_write_32(PMU_BASE + PMU1_WAKEUP_INT_CON, 0); in pmu_sleep_restore()
H A Dpmu.h32 #define PMU1_WAKEUP_INT_CON (PMU1_OFFSET + 0x0010) macro