MIO_UART0_LSR
while (((octeon_xkphys_read_8(MIO_UART0_LSR) & LSR_TXRDY) == 0) &&
while ((octeon_xkphys_read_8(MIO_UART0_LSR) & LSR_RXRDY) == 0)