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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsunsab.c78 #define SAB_BASE_BAUD ( 29491200 / 16 ) macro
608 * The formula is: Baud = SAB_BASE_BAUD / ((N + 1) * (1 << M)),
628 n = (SAB_BASE_BAUD * 10) / baud;
961 up->port.uartclk = SAB_BASE_BAUD;

Completed in 101 milliseconds