Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3568/drivers/pmu/
H A Dpmu.c69 mmio_write_32(PMU_BASE + PMU_WAKEUP_INT_CON, WRITE_MASK_SET(BIT(WAKEUP_GPIO0_INT_EN))); in pmu_wakeup_source_config()
72 mmio_read_32(PMU_BASE + PMU_WAKEUP_INT_CON), PMU_WAKEUP_INT_CON); in pmu_wakeup_source_config()
359 mmio_write_32(PMU_BASE + PMU_WAKEUP_INT_CON, 0xffff0000); in pmu_reinit()
H A Dpmu.h14 #define PMU_WAKEUP_INT_CON 0x0010 macro