Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/rockchip/px30/drivers/pmu/
Dpmu.c389 uint32_t cpu_pd, apm_value, cfg_info, loop = 0; in cpus_power_domain_on() local
418 apm_value = BIT(core_pm_sft_wakeup_en); in cpus_power_domain_on()
420 WITH_16BITS_WMSK(apm_value)); in cpus_power_domain_on()
428 uint32_t cpu_pd, apm_value; in cpus_power_domain_off() local
444 apm_value = BIT(core_pm_en) | BIT(core_pm_dis_int); in cpus_power_domain_off()
446 apm_value |= BIT(core_pm_int_wakeup_en); in cpus_power_domain_off()
448 WITH_16BITS_WMSK(apm_value)); in cpus_power_domain_off()
/trusted-firmware-a-latest/plat/rockchip/rk3328/drivers/pmu/
Dpmu.c576 uint32_t apm_value; in sram_soc_enter_lp() local
578 apm_value = BIT(core_pm_en) | in sram_soc_enter_lp()
581 mmio_write_32(PMU_BASE + PMU_CPUAPM_CON(PD_CPU0), apm_value); in sram_soc_enter_lp()