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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A D21285.c26 #define BAUD_BASE (mem_fclk_21285/64) macro
51 * BAUD_BASE / baud - 1
52 * However, typically BAUD_BASE is not divisible by baud, so
55 * int(BAUD_BASE / baud - 0.5) ->
56 * int(BAUD_BASE / baud - (baud >> 1) / baud) ->
57 * int((BAUD_BASE - (baud >> 1)) / baud)

Completed in 39 milliseconds