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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/vr41xx/common/
H A Dbcu.c52 #define VTDIVMODE(x) (((x) & 0x0700) >> 8) macro
157 if(VTDIVMODE(clkspeed) == 7)
159 else if(VTDIVMODE(clkspeed) == 1)
162 vtclock = pclock / VTDIVMODE(clkspeed);
167 vtclock = pclock / VTDIVMODE(clkspeed);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/vr41xx/common/
H A Dbcu.c52 #define VTDIVMODE(x) (((x) & 0x0700) >> 8) macro
157 if(VTDIVMODE(clkspeed) == 7)
159 else if(VTDIVMODE(clkspeed) == 1)
162 vtclock = pclock / VTDIVMODE(clkspeed);
167 vtclock = pclock / VTDIVMODE(clkspeed);

Completed in 104 milliseconds