Searched refs:UTSR1_TO_SM (Results 1 – 1 of 1) sorted by relevance
43 #define UTSR1_TO_SM(x) ((x) << 8) macro185 status = UTSR1_TO_SM(UART_GET_UTSR1(sport)) | in sa1100_rx_chars()187 while (status & UTSR1_TO_SM(UTSR1_RNE)) { in sa1100_rx_chars()198 if (status & UTSR1_TO_SM(UTSR1_PRE | UTSR1_FRE | UTSR1_ROR)) { in sa1100_rx_chars()199 if (status & UTSR1_TO_SM(UTSR1_PRE)) in sa1100_rx_chars()201 else if (status & UTSR1_TO_SM(UTSR1_FRE)) in sa1100_rx_chars()203 if (status & UTSR1_TO_SM(UTSR1_ROR)) in sa1100_rx_chars()208 if (status & UTSR1_TO_SM(UTSR1_PRE)) in sa1100_rx_chars()210 else if (status & UTSR1_TO_SM(UTSR1_FRE)) in sa1100_rx_chars()219 uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg); in sa1100_rx_chars()[all …]