Searched refs:UART_LSR_FE (Results 1 – 13 of 13) sorted by relevance
115 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()120 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()132 else if (*status & UART_LSR_FE) in receive_chars()153 else if (*status & UART_LSR_FE) in receive_chars()503 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios()512 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
333 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_FE | in receive_chars()336 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()343 if (lsr & UART_LSR_FE) in receive_chars()353 if (lsr & UART_LSR_FE) in receive_chars()563 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()569 port->ignore_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()
339 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()344 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()356 else if (*status & UART_LSR_FE) in receive_chars()377 else if (*status & UART_LSR_FE) in receive_chars()761 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in m32r_sio_set_termios()770 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in m32r_sio_set_termios()
128 #define UART_LSR_FE 0x80 /* Frame error indicator */ macro
325 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()330 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()345 else if (*status & UART_LSR_FE) in receive_chars()366 else if (*status & UART_LSR_FE) in receive_chars()835 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sunsu_change_speed()844 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sunsu_change_speed()
1403 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()1415 else if (lsr & UART_LSR_FE) in receive_chars()1430 else if (lsr & UART_LSR_FE) in receive_chars()2304 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_set_termios()2313 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_set_termios()
321 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed()330 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed()401 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars()406 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars()410 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()423 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
282 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()287 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()291 else if (status & UART_LSR_FE) in receive_chars()315 else if (status & UART_LSR_FE) in receive_chars()790 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()799 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
1072 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()1080 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()1081 info->read_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()1093 UART_LSR_PE | UART_LSR_FE; in change_speed()1095 UART_LSR_PE | UART_LSR_FE; in change_speed()
753 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in mxser_change_speed()770 UART_LSR_FE; in mxser_change_speed()774 UART_LSR_FE; in mxser_change_speed()2142 } else if (*status & UART_LSR_FE) { in mxser_receive_chars()2292 if (status & UART_LSR_FE) in mxser_interrupt()
619 else if (*(ch->ch_equeue +tail +i) & UART_LSR_FE) in jsm_input()
890 if (linestatus & UART_LSR_FE) { in neo_parse_lsr()
324 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()