Home
last modified time | relevance | path

Searched refs:BRG_UART_CLK_DIV16 (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ppc/8xx_io/
Dcommproc.c342 #define BRG_UART_CLK_DIV16 (BRG_UART_CLK/16) macro
359 *bp = (((BRG_UART_CLK_DIV16 / rate) - 1) << 1) | in m8xx_cpm_setbrg()