Searched refs:PREDIV_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/mips/ar7/
H A Dclock.c59 #define PREDIV_SHIFT 16 macro
179 int prediv = ((ctrl & PREDIV_MASK) >> PREDIV_SHIFT) + 1;
241 writel(((prediv - 1) << PREDIV_SHIFT) | (postdiv - 1), &clock->ctrl);

Completed in 112 milliseconds