Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3588/drivers/pmu/
H A Dpmu.c1107 mmio_write_32(PMU_BASE + PMU2_CORE_PWR_CON(0), in pmu_sleep_config()
1109 mmio_write_32(PMU_BASE + PMU2_CORE_PWR_CON(1), in pmu_sleep_config()
1210 mmio_write_32(PMU_BASE + PMU2_CORE_PWR_CON(0), 0xffff0000); in pmu_sleep_restore()
1211 mmio_write_32(PMU_BASE + PMU2_CORE_PWR_CON(1), 0xffff0000); in pmu_sleep_restore()
H A Dpmu.h53 #define PMU2_CORE_PWR_CON(i) (0x8050 + (i) * 4) macro