Searched refs:UTSR1_RNE (Results 1 – 5 of 5) sorted by relevance
171 while ((status = readl(micro->base + UTSR1)) & UTSR1_RNE) { in micro_rx_chars()
912 #define UTSR1_RNE (1 << 1) /* Receive FIFO not empty */ macro962 utsr1 |= UTSR1_RNE; in strongarm_uart_update_status()
188 while (status & UTSR1_TO_SM(UTSR1_RNE)) { in sa1100_rx_chars()
395 #define UTSR1_RNE 0x00000002 /* Receive FIFO Not Empty (read) */ macro
609 #define UTSR1_RNE 0x00000002 /* Receive FIFO Not Empty (read) */ macro