Searched refs:PMU2_CORE_PWR_CON (Results 1 – 2 of 2) sorted by relevance
1107 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()
53 #define PMU2_CORE_PWR_CON(i) (0x8050 + (i) * 4) macro