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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 117 milliseconds