RXFLAGS
if (isr & RXFLAGS) {
iowrite32(RXFLAGS, port->membase + TIMBUART_ISR);
u32 ier = ioread32(port->membase + TIMBUART_IER) & ~RXFLAGS;