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

/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.h243 /* omap_hwmod_sysconfig.clockact flags */
274 * @clockact: the default value of the module CLOCKACTIVITY bits
276 * @clockact describes to the module which clocks are likely to be
281 * been associated with the clocks marked in @clockact. This field is
298 u8 clockact; member in struct:omap_hwmod_class_sysconfig
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Domap_hwmod.c158 * @clockact: CLOCKACTIVITY field bits
161 * Update the clockactivity mode bits in @v to be @clockact for the
166 static int _set_clockactivity(struct omap_hwmod *oh, u8 clockact, u32 *v) argument
184 *v |= clockact << clkact_shift;
627 _set_clockactivity(oh, oh->class->sysc->clockact, &v);
948 * Writes the CLOCKACTIVITY bits @clockact to the hwmod @oh

Completed in 20 milliseconds