Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap2/
Domap-smp.c83 static struct clockdomain *cpu1_clkdm; in omap4_boot_secondary() local
105 if (!cpu1_clkdm && !cpu1_pwrdm) { in omap4_boot_secondary()
106 cpu1_clkdm = clkdm_lookup("mpu1_clkdm"); in omap4_boot_secondary()
121 if (booted && cpu1_pwrdm && cpu1_clkdm) { in omap4_boot_secondary()
146 clkdm_wakeup_nolock(cpu1_clkdm); in omap4_boot_secondary()
148 clkdm_allow_idle_nolock(cpu1_clkdm); in omap4_boot_secondary()