Searched refs:clkspeed (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/arch/mips/vr41xx/common/ |
D | bcu.c | 92 static inline unsigned long calculate_pclock(uint16_t clkspeed) in calculate_pclock() argument 100 pclock /= CLKSP(clkspeed); in calculate_pclock() 104 pclock /= CLKSP(clkspeed); in calculate_pclock() 108 pclock /= CLKSP(clkspeed); in calculate_pclock() 111 switch (CLKSP_VR4133(clkspeed)) { in calculate_pclock() 142 static inline unsigned long calculate_vtclock(uint16_t clkspeed, unsigned long pclock) in calculate_vtclock() argument 153 if (DIVVT(clkspeed) == 9) in calculate_vtclock() 156 else if (DIVVT(clkspeed) == 10) in calculate_vtclock() 158 vtclock /= DIVVT(clkspeed); in calculate_vtclock() 162 if(VTDIVMODE(clkspeed) == 7) in calculate_vtclock() [all …]
|
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | 8253xutl.c | 536 unsigned long truebaud_std, truebaud_enh, truebaud,clkspeed; in sab8253x_baud() local 549 clkspeed = port->chip->c_cim ? port->chip->c_cim->ci_clkspeed : port->board->b_clkspeed; in sab8253x_baud() 552 printk("With clk speed %ld, baud rate = %ld\n",clkspeed, encbaud); in sab8253x_baud() 555 ok_std = sab8253x_baudstd(encbaud, clkspeed, &bgr_std, in sab8253x_baud() 562 ok_enh = sab8253x_baudenh(encbaud, clkspeed, in sab8253x_baud()
|
/linux-2.4.37.9/include/linux/ |
D | cdk.h | 85 unsigned short clkspeed; member
|