Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap2/
H A Domap-smp.c177 static struct powerdomain *cpu1_pwrdm; in omap4_boot_secondary() local
192 if (!cpu1_clkdm && !cpu1_pwrdm) { in omap4_boot_secondary()
194 cpu1_pwrdm = pwrdm_lookup("cpu1_pwrdm"); in omap4_boot_secondary()
208 if (booted && cpu1_pwrdm && cpu1_clkdm) { in omap4_boot_secondary()
234 pwrdm_set_next_pwrst(cpu1_pwrdm, PWRDM_POWER_ON); in omap4_boot_secondary()