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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dioc3_serial.c105 #define SER_DIVISOR(x, clk) (((clk) + (x) * 8) / ((x) * 16)) macro
316 divisor = SER_DIVISOR(baud, SER_CLK_SPEED(prediv));
H A Dioc4_serial.c373 #define SER_DIVISOR(_x, clk) (((clk) + (_x) * 8) / ((_x) * 16)) macro
715 divisor = SER_DIVISOR(baud, port->ip_pci_bus_speed);

Completed in 114 milliseconds