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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Domap_hwmod.c102 u8 mstandby_shift; local
113 mstandby_shift = oh->class->sysc->sysc_fields->midle_shift;
114 mstandby_mask = (0x3 << mstandby_shift);
117 *v |= __ffs(standbymode) << mstandby_shift;

Completed in 26 milliseconds