Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dfsl_lpuart.c1986 unsigned int sbr, brfa; in lpuart_set_termios() local
2105 brfa = ((sport->port.uartclk - (16 * sbr * baud)) * 2) / baud; in lpuart_set_termios()
2109 brfa &= UARTCR4_BRFA_MASK; in lpuart_set_termios()
2110 writeb(cr4 | brfa, sport->port.membase + UARTCR4); in lpuart_set_termios()
2542 unsigned char cr, bdh, bdl, brfa; in lpuart_console_get_options() local
2573 brfa = readb(sport->port.membase + UARTCR4); in lpuart_console_get_options()
2574 brfa &= UARTCR4_BRFA_MASK; in lpuart_console_get_options()
2580 baud_raw = uartclk / (16 * (sbr + brfa / 32)); in lpuart_console_get_options()