Searched refs:UTSR1_FRE (Results 1 – 5 of 5) sorted by relevance
199 if (status & UTSR1_TO_SM(UTSR1_PRE | UTSR1_FRE | UTSR1_ROR)) { in sa1100_rx_chars()202 else if (status & UTSR1_TO_SM(UTSR1_FRE)) in sa1100_rx_chars()211 else if (status & UTSR1_TO_SM(UTSR1_FRE)) in sa1100_rx_chars()432 UTSR1_TO_SM(UTSR1_FRE | UTSR1_PRE); in sa1100_set_termios()443 UTSR1_TO_SM(UTSR1_FRE | UTSR1_PRE); in sa1100_set_termios()
175 else if (status & UTSR1_FRE) in micro_rx_chars()
915 #define UTSR1_FRE (1 << 4) /* Frame error */ macro967 s->utsr1 |= UTSR1_FRE; in strongarm_uart_update_status()
398 #define UTSR1_FRE 0x00000010 /* receive FRaming Error (read) */ macro
612 #define UTSR1_FRE 0x00000010 /* receive FRaming Error (read) */ macro