Searched refs:HWMOD_CLKDM_NOAUTO (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm/mach-omap2/
H A Domap_hwmod.h440 * HWMOD_CLKDM_NOAUTO: Allows the hwmod's clockdomain to be prevented from
461 #define HWMOD_CLKDM_NOAUTO (1 << 16) macro
H A Domap_hwmod.c1928 if (oh->clkdm && !(oh->flags & HWMOD_CLKDM_NOAUTO))
1985 * If HWMOD_CLKDM_NOAUTO is set then we don't
1989 if (oh->clkdm && !(oh->flags & HWMOD_CLKDM_NOAUTO))
3587 oh->flags |= HWMOD_CLKDM_NOAUTO;

Completed in 136 milliseconds