Searched refs:UTSR1_RNE (Results 1 – 3 of 3) sorted by relevance
176 while ((status = readl(micro->base + UTSR1)) & UTSR1_RNE) { in micro_rx_chars()
187 while (status & UTSR1_TO_SM(UTSR1_RNE)) { in sa1100_rx_chars()
395 #define UTSR1_RNE 0x00000002 /* Receive FIFO Not Empty (read) */ macro