Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Dprm2xxx_3xxx.c184 (c++ < PWRDM_TRANSITION_BAILOUT)) in omap2_pwrdm_wait_transition()
187 if (c > PWRDM_TRANSITION_BAILOUT) { in omap2_pwrdm_wait_transition()
Dprm33xx.c308 (c++ < PWRDM_TRANSITION_BAILOUT)) in am33xx_pwrdm_wait_transition()
311 if (c > PWRDM_TRANSITION_BAILOUT) { in am33xx_pwrdm_wait_transition()
Dpowerdomains3xxx_data.c553 (c++ < PWRDM_TRANSITION_BAILOUT)) in ti81xx_pwrdm_wait_transition()
556 if (c > PWRDM_TRANSITION_BAILOUT) { in ti81xx_pwrdm_wait_transition()
Dprm44xx.c650 (c++ < PWRDM_TRANSITION_BAILOUT)) in omap4_pwrdm_wait_transition()
653 if (c > PWRDM_TRANSITION_BAILOUT) { in omap4_pwrdm_wait_transition()
Dpowerdomain.h73 #define PWRDM_TRANSITION_BAILOUT 100000 macro