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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/common/
H A Dbcu.c85 static inline unsigned long calculate_pclock(u16 clkspeed) argument
105 pclock /= CLKSP(clkspeed);
111 static inline unsigned long calculate_vtclock(u16 clkspeed, unsigned long pclock) argument
120 if (DIVVT(clkspeed) == 9)
123 else if (DIVVT(clkspeed) == 10)
125 vr41xx_vtclock /= DIVVT(clkspeed);
129 if(VTDIVMODE(clkspeed) == 7)
131 else if(VTDIVMODE(clkspeed) == 1)
134 vr41xx_vtclock = pclock / VTDIVMODE(clkspeed);
138 vr41xx_vtclock = pclock / VTDIVMODE(clkspeed);
149 calculate_tclock(u16 clkspeed, unsigned long pclock, unsigned long vtclock) argument
197 u16 clkspeed; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/8253x/
H A D8253xutl.c267 * clkspeed The board clock speed in Hz.
408 * clkspeed The board clock speed in Hz.
536 unsigned long truebaud_std, truebaud_enh, truebaud,clkspeed; local
549 clkspeed = port->chip->c_cim ? port->chip->c_cim->ci_clkspeed : port->board->b_clkspeed;
552 printk("With clk speed %ld, baud rate = %ld\n",clkspeed, encbaud);
555 ok_std = sab8253x_baudstd(encbaud, clkspeed, &bgr_std,
562 ok_enh = sab8253x_baudenh(encbaud, clkspeed,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcdk.h85 unsigned short clkspeed; member in struct:cdkonbsig
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcdk.h85 unsigned short clkspeed; member in struct:cdkonbsig

Completed in 92 milliseconds