Searched refs:postdiv2 (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.c86 u32 postdiv2; member in struct:tnetd7200_clock
275 int prediv, int postdiv, int postdiv2, int mul, u32 frequency)
279 "postdiv = %d, postdiv2 = %d, mul = %d\n",
280 base, frequency, prediv, postdiv, postdiv2, mul);
297 writel(DIVISOR_ENABLE_MASK | ((postdiv2 - 1) & 0x1F), &clock->postdiv2);
274 tnetd7200_set_clock(int base, struct tnetd7200_clock *clock, int prediv, int postdiv, int postdiv2, int mul, u32 frequency) argument

Completed in 55 milliseconds