UTSR1_RNE
while ((status = readl(micro->base + UTSR1)) & UTSR1_RNE) {
while (status & UTSR1_TO_SM(UTSR1_RNE)) {