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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300too.c55 static unsigned int CLOCK_BASE; variable
542 CLOCK_BASE = use_crystal_clock ? 24576000 : pci_clock_freq;
H A Dhd6457x.c477 /* Baud Rate = CLOCK_BASE / TMC / 2^BR */
478 tmc = CLOCK_BASE / brv / port->settings.clock_rate;
483 br = 0; /* For baud=CLOCK_BASE we use tmc=1 br=0 */
488 port->settings.clock_rate = CLOCK_BASE / brv / tmc;
492 port->settings.clock_rate = CLOCK_BASE / (256 * 512);
H A Dc101.c50 #define CLOCK_BASE 9830400 /* 9.8304 MHz */ macro
H A Dpci200syn.c50 #define CLOCK_BASE pci_clock_freq macro
H A Dn2.c44 #define CLOCK_BASE 9830400 /* 9.8304 MHz */ macro

Completed in 75 milliseconds