Searched refs:clkact_shift (Results 1 - 3 of 3) 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_common_data.c32 .clkact_shift = SYSC_TYPE1_CLOCKACTIVITY_SHIFT,
H A Domap_hwmod.c169 u8 clkact_shift; local
180 clkact_shift = oh->class->sysc->sysc_fields->clkact_shift;
181 clkact_mask = (0x3 << clkact_shift);
184 *v |= clockact << clkact_shift;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Domap_hwmod.h252 * @clkact_shift: Offset of the clockactivity bit
260 u8 clkact_shift; member in struct:omap_hwmod_sysc_fields

Completed in 72 milliseconds