Searched refs:BRG_UART_CLK (Results 1 – 2 of 2) sorted by relevance
287 #define BRG_UART_CLK (BRG_INT_CLK/16) macro299 *bp = ((BRG_UART_CLK / rate - 1) << 1) | CPM_BRG_EN; in m360_cpm_setbrg()
271 #define BRG_UART_CLK (BRG_INT_CLK/16) macro272 #define BRG_UART_CLK_DIV16 (BRG_UART_CLK/16)286 if (((BRG_UART_CLK / rate) - 1) < 4096) in cpm_setbrg()287 out_be32(bp, (((BRG_UART_CLK / rate) - 1) << 1) | CPM_BRG_EN); in cpm_setbrg()