TXBF
while (!(ioread32(port->membase + TIMBUART_ISR) & TXBF) &&
iowrite32(TXBF, port->membase + TIMBUART_ISR);
#define TXFLAGS (TXBF | TXBAE)