Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dfsl_lpuart.c2005 unsigned int sbr, brfa; in lpuart_set_termios() local
2124 brfa = ((port->uartclk - (16 * sbr * baud)) * 2) / baud; in lpuart_set_termios()
2128 brfa &= UARTCR4_BRFA_MASK; in lpuart_set_termios()
2129 writeb(cr4 | brfa, port->membase + UARTCR4); in lpuart_set_termios()
2573 u8 cr, bdh, bdl, brfa; in lpuart_console_get_options() local
2604 brfa = readb(sport->port.membase + UARTCR4); in lpuart_console_get_options()
2605 brfa &= UARTCR4_BRFA_MASK; in lpuart_console_get_options()
2611 baud_raw = uartclk / (16 * (sbr + brfa / 32)); in lpuart_console_get_options()