UARTCR4
cr4 = readb(port->membase + UARTCR4);
writeb(cr4 | brfa, port->membase + UARTCR4);
brfa = readb(sport->port.membase + UARTCR4);