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

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/lantiq/xway/
H A Dsysctrl.c121 unsigned int ifccr = ltq_cgu_r32(CGU_IFCCR); local
124 ifccr &= ~0x1f00000;
126 ifccr |= 0xe00000;
128 ifccr |= 0x700000; /* 62.5M */
130 ifccr &= ~0xf00000;
132 ifccr |= 0x800000;
134 ifccr |= 0x400000; /* 62.5M */
136 ltq_cgu_w32(ifccr, CGU_IFCCR);

Completed in 27 milliseconds