Searched refs:PMU_CORE_PM_CON (Results 1 – 2 of 2) sorted by relevance
506 mmio_write_32(PMU_BASE + PMU_CORE_PM_CON(cpu_id), in cpus_power_domain_on()510 mmio_write_32(PMU_BASE + PMU_CORE_PM_CON(cpu_id), 0); in cpus_power_domain_on()521 mmio_write_32(PMU_BASE + PMU_CORE_PM_CON(cpu_id), in cpus_power_domain_on()543 mmio_write_32(PMU_BASE + PMU_CORE_PM_CON(cpu_id), in cpus_power_domain_off()554 mmio_write_32(PMU_BASE + PMU_CORE_PM_CON(cpu_id), in cpus_power_domain_off()708 mmio_write_32(PMU_BASE + PMU_CORE_PM_CON(cpu_id), in rockchip_soc_cores_pwr_dm_on_finish()728 mmio_write_32(PMU_BASE + PMU_CORE_PM_CON(cpu_id), CORES_PM_DISABLE); in rockchip_soc_cores_pwr_dm_resume()
33 #define PMU_CORE_PM_CON(cpu) (0xc0 + (cpu * 4)) macro