Searched refs:brfa (Results 1 – 1 of 1) sorted by relevance
1993 unsigned int sbr, brfa; in lpuart_set_termios() local2112 brfa = ((port->uartclk - (16 * sbr * baud)) * 2) / baud; in lpuart_set_termios()2116 brfa &= UARTCR4_BRFA_MASK; in lpuart_set_termios()2117 writeb(cr4 | brfa, port->membase + UARTCR4); in lpuart_set_termios()2561 u8 cr, bdh, bdl, brfa; in lpuart_console_get_options() local2592 brfa = readb(sport->port.membase + UARTCR4); in lpuart_console_get_options()2593 brfa &= UARTCR4_BRFA_MASK; in lpuart_console_get_options()2599 baud_raw = uartclk / (16 * (sbr + brfa / 32)); in lpuart_console_get_options()