brfa             1636 drivers/tty/serial/fsl_lpuart.c 	unsigned int sbr, brfa;
brfa             1757 drivers/tty/serial/fsl_lpuart.c 	brfa = ((sport->port.uartclk - (16 * sbr * baud)) * 2) / baud;
brfa             1761 drivers/tty/serial/fsl_lpuart.c 	brfa &= UARTCR4_BRFA_MASK;
brfa             1762 drivers/tty/serial/fsl_lpuart.c 	writeb(cr4 | brfa, sport->port.membase + UARTCR4);
brfa             2158 drivers/tty/serial/fsl_lpuart.c 	unsigned char cr, bdh, bdl, brfa;
brfa             2189 drivers/tty/serial/fsl_lpuart.c 	brfa = readb(sport->port.membase + UARTCR4);
brfa             2190 drivers/tty/serial/fsl_lpuart.c 	brfa &= UARTCR4_BRFA_MASK;
brfa             2196 drivers/tty/serial/fsl_lpuart.c 	baud_raw = uartclk / (16 * (sbr + brfa / 32));