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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dc101.c45 #define CLOCK_BASE 9830400 /* 9.8304 MHz */ macro
H A Dhd6457x.c479 /* Baud Rate = CLOCK_BASE / TMC / 2^BR */
480 tmc = CLOCK_BASE / (brv * port->clkrate);
485 br = 0; /* For baud=CLOCK_BASE we use tmc=1 br=0 */
490 port->clkrate = CLOCK_BASE / (brv * tmc);
494 port->clkrate = CLOCK_BASE / (256 * 512);
H A Dn2.c44 #define CLOCK_BASE 9830400 /* 9.8304 MHz */ macro

Completed in 89 milliseconds