Searched refs:UTSR1_FRE (Results 1 – 4 of 4) sorted by relevance
210 if (status & UTSR1_TO_SM(UTSR1_PRE | UTSR1_FRE | UTSR1_ROR)) { in sa1100_rx_chars()213 else if (status & UTSR1_TO_SM(UTSR1_FRE)) in sa1100_rx_chars()222 else if (status & UTSR1_TO_SM(UTSR1_FRE)) in sa1100_rx_chars()461 UTSR1_TO_SM(UTSR1_FRE | UTSR1_PRE); in sa1100_set_termios()472 UTSR1_TO_SM(UTSR1_FRE | UTSR1_PRE); in sa1100_set_termios()
298 if (stat & (UTSR1_FRE | UTSR1_ROR)) { in sa1100_irda_sir_irq()300 if (stat & UTSR1_FRE) in sa1100_irda_sir_irq()
185 else if (status & UTSR1_FRE) in micro_rx_chars()
397 #define UTSR1_FRE 0x00000010 /* receive FRaming Error (read) */ macro