Searched refs:SER_DIVISOR (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c104 #define SER_DIVISOR(x, clk) (((clk) + (x) * 8) / ((x) * 16)) macro
315 divisor = SER_DIVISOR(baud, SER_CLK_SPEED(prediv));
H A Dioc4_serial.c372 #define SER_DIVISOR(_x, clk) (((clk) + (_x) * 8) / ((_x) * 16)) macro
714 divisor = SER_DIVISOR(baud, port->ip_pci_bus_speed);

Completed in 52 milliseconds