Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-omap2/
Dclockdomain2xxx_3xxx.c168 bool hwsup = false; in omap2_clkdm_clk_enable() local
173 hwsup = omap2_cm_is_clkdm_in_hwsup(clkdm->pwrdm.ptr->prcm_offs, in omap2_clkdm_clk_enable()
176 if (hwsup) { in omap2_clkdm_clk_enable()
191 bool hwsup = false; in omap2_clkdm_clk_disable() local
196 hwsup = omap2_cm_is_clkdm_in_hwsup(clkdm->pwrdm.ptr->prcm_offs, in omap2_clkdm_clk_disable()
199 if (hwsup) { in omap2_clkdm_clk_disable()
Dclockdomain44xx.c104 bool hwsup = false; in omap4_clkdm_clk_disable() local
106 hwsup = omap4_cminst_is_clkdm_in_hwsup(clkdm->prcm_partition, in omap4_clkdm_clk_disable()
109 if (!hwsup && (clkdm->flags & CLKDM_CAN_FORCE_SLEEP)) in omap4_clkdm_clk_disable()
Dpm.c98 int sleep_switch = -1, ret = 0, hwsup = 0; in omap_set_pwrdm_state() local
119 hwsup = clkdm_in_hwsup(pwrdm->pwrdm_clkdms[0]); in omap_set_pwrdm_state()
132 if (hwsup) in omap_set_pwrdm_state()
Domap_hwmod.c1540 int hwsup = 0; in _enable() local
1595 hwsup = clkdm_in_hwsup(oh->clkdm); in _enable()
1613 if (oh->clkdm && hwsup) in _enable()