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