Searched refs:U_BRG (Results 1 – 2 of 2) sorted by relevance
27 #define U_BRG(x) (UART_BASE(x) + 0x40) macro57 __raw_writel(((pbclk / baud) / 16) - 1, uart_base + U_BRG(port)); in configure_uart()
26 #define U_BRG 0x40 macro65 writel(div - 1, base + U_BRG); in pic32_serial_init()