Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Domap-smp.c175 static struct clockdomain *cpu1_clkdm; in omap4_boot_secondary() local
192 if (!cpu1_clkdm && !cpu1_pwrdm) { in omap4_boot_secondary()
193 cpu1_clkdm = clkdm_lookup("mpu1_clkdm"); in omap4_boot_secondary()
208 if (booted && cpu1_pwrdm && cpu1_clkdm) { in omap4_boot_secondary()
233 clkdm_deny_idle_nolock(cpu1_clkdm); in omap4_boot_secondary()
235 clkdm_allow_idle_nolock(cpu1_clkdm); in omap4_boot_secondary()