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

/linux-master/drivers/net/wan/
H A Dpc300too.c48 static unsigned int CLOCK_BASE; variable
493 CLOCK_BASE = use_crystal_clock ? 24576000 : pci_clock_freq;
H A Dhd64570.c414 /* Baud Rate = CLOCK_BASE / TMC / 2^BR */
415 tmc = CLOCK_BASE / brv / port->settings.clock_rate;
420 br = 0; /* For baud=CLOCK_BASE we use tmc=1 br=0 */
426 port->settings.clock_rate = CLOCK_BASE / brv / tmc;
430 port->settings.clock_rate = CLOCK_BASE / (256 * 512);
H A Dhd64572.c370 /* Baud Rate = CLOCK_BASE / TMC / 2^BR */
371 tmc = CLOCK_BASE / brv / port->settings.clock_rate;
376 br = 0; /* For baud=CLOCK_BASE we use tmc=1 br=0 */
382 port->settings.clock_rate = CLOCK_BASE / brv / tmc;
386 port->settings.clock_rate = CLOCK_BASE / (256 * 512);
H A Dpci200syn.c43 #define CLOCK_BASE pci_clock_freq macro
H A Dc101.c48 #define CLOCK_BASE 9830400 /* 9.8304 MHz */ macro
H A Dn2.c43 #define CLOCK_BASE 9830400 /* 9.8304 MHz */ macro

Completed in 149 milliseconds