Home
last modified time | relevance | path

Searched refs:BRG_UART_CLK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/
H A Dcpm1.c262 #define BRG_UART_CLK (BRG_INT_CLK/16) macro
263 #define BRG_UART_CLK_DIV16 (BRG_UART_CLK/16)
277 if (((BRG_UART_CLK / rate) - 1) < 4096) in cpm_setbrg()
278 out_be32(bp, (((BRG_UART_CLK / rate) - 1) << 1) | CPM_BRG_EN); in cpm_setbrg()
/kernel/linux/linux-6.6/arch/powerpc/platforms/8xx/
H A Dcpm1.c119 #define BRG_UART_CLK (BRG_INT_CLK/16) macro
120 #define BRG_UART_CLK_DIV16 (BRG_UART_CLK/16)
134 if (((BRG_UART_CLK / rate) - 1) < 4096) in cpm_setbrg()
135 out_be32(bp, (((BRG_UART_CLK / rate) - 1) << 1) | CPM_BRG_EN); in cpm_setbrg()

Completed in 4 milliseconds