Searched refs:UTSR1_TO_SM (Results 1 – 1 of 1) sorted by relevance
43 #define UTSR1_TO_SM(x) ((x) << 8) macro186 status = UTSR1_TO_SM(UART_GET_UTSR1(sport)) | in sa1100_rx_chars()188 while (status & UTSR1_TO_SM(UTSR1_RNE)) { in sa1100_rx_chars()199 if (status & UTSR1_TO_SM(UTSR1_PRE | UTSR1_FRE | UTSR1_ROR)) { in sa1100_rx_chars()200 if (status & UTSR1_TO_SM(UTSR1_PRE)) in sa1100_rx_chars()202 else if (status & UTSR1_TO_SM(UTSR1_FRE)) in sa1100_rx_chars()204 if (status & UTSR1_TO_SM(UTSR1_ROR)) in sa1100_rx_chars()209 if (status & UTSR1_TO_SM(UTSR1_PRE)) in sa1100_rx_chars()211 else if (status & UTSR1_TO_SM(UTSR1_FRE)) in sa1100_rx_chars()220 uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg); in sa1100_rx_chars()[all …]