Searched refs:CPM_BRG_EN (Results 1 – 9 of 9) sorted by relevance
136 *bp = (((((BRG_UART_CLK+rate-1)/rate)-1)&0xfff)<<1)|CPM_BRG_EN; in m8560_cpm_setbrg()158 *bp = (((((BRG_INT_CLK+rate-1)/rate)-1)&0xfff)<<1)|CPM_BRG_EN; in m8560_cpm_fastbrg()181 *bp = ((((((extclk/16)+rate-1)/rate)-1)&0xfff)<<1)|CPM_BRG_EN; in m8560_cpm_extcbrg()
51 out_be32(&cp->cp_brgc1, ((divisor - 1) << 1) | CPM_BRG_EN); in serial_setdivisor()53 out_be32(&cp->cp_brgc1, ((divisor / 16 - 1) << 1) | CPM_BRG_EN | in serial_setdivisor()
135 out_be32(bp, (((BRG_UART_CLK / rate) - 1) << 1) | CPM_BRG_EN); in cpm_setbrg()138 CPM_BRG_EN | CPM_BRG_DIV16); in cpm_setbrg()
127 val = (((clk * 2 / rate) - 1) & ~1) | CPM_BRG_EN | src; in __cpm2_setbrg()
297 if (val & CPM_BRG_EN) in prbrg()
178 #define CPM_BRG_EN ((uint)0x00010000) macro
99 #define CPM_BRG_EN ((uint)0x00010000) macro
207 #define CPM_BRG_EN ((uint)0x00010000) macro
155 #define CPM_BRG_EN ((uint)0x00010000) macro