Home
last modified time | relevance | path

Searched refs:brfa (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/tty/serial/
Dfsl_lpuart.c1635 unsigned int sbr, brfa; in lpuart_set_termios() local
1756 brfa = ((sport->port.uartclk - (16 * sbr * baud)) * 2) / baud; in lpuart_set_termios()
1760 brfa &= UARTCR4_BRFA_MASK; in lpuart_set_termios()
1761 writeb(cr4 | brfa, sport->port.membase + UARTCR4); in lpuart_set_termios()
2157 unsigned char cr, bdh, bdl, brfa; in lpuart_console_get_options() local
2188 brfa = readb(sport->port.membase + UARTCR4); in lpuart_console_get_options()
2189 brfa &= UARTCR4_BRFA_MASK; in lpuart_console_get_options()
2195 baud_raw = uartclk / (16 * (sbr + brfa / 32)); in lpuart_console_get_options()