Searched refs:BRG_UART_CLK (Results 1 – 1 of 1) sorted by relevance
123 #define BRG_UART_CLK (BRG_INT_CLK/16) macro124 #define BRG_UART_CLK_DIV16 (BRG_UART_CLK/16)138 if (((BRG_UART_CLK / rate) - 1) < 4096) in cpm_setbrg()139 out_be32(bp, (((BRG_UART_CLK / rate) - 1) << 1) | CPM_BRG_EN); in cpm_setbrg()