Home
last modified time | relevance | path

Searched refs:UART_LSR_FE (Results 1 – 17 of 17) sorted by relevance

/drivers/tty/serial/
Dpxa.c121 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()
126 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
138 else if (*status & UART_LSR_FE) in receive_chars()
159 else if (*status & UART_LSR_FE) in receive_chars()
520 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios()
529 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
Dvr41xx_siu.c333 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()
Dm32r_sio.c332 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()
337 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
349 else if (*status & UART_LSR_FE) in receive_chars()
370 else if (*status & UART_LSR_FE) in receive_chars()
754 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in m32r_sio_set_termios()
763 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in m32r_sio_set_termios()
Dmfd.c475 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()
481 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
493 else if (*status & UART_LSR_FE) in receive_chars()
513 else if (*status & UART_LSR_FE) in receive_chars()
601 UART_LSR_FE | UART_LSR_OE))) in port_irq()
973 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_hsu_set_termios()
980 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_hsu_set_termios()
Dm32r_sio_reg.h128 #define UART_LSR_FE 0x80 /* Frame error indicator */ macro
Dsunsu.c326 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()
331 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
346 else if (*status & UART_LSR_FE) in receive_chars()
367 else if (*status & UART_LSR_FE) in receive_chars()
836 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sunsu_change_speed()
845 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sunsu_change_speed()
Domap-serial.c202 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
214 } else if (lsr & UART_LSR_FE) { in receive_chars()
236 else if (lsr & UART_LSR_FE) in receive_chars()
770 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_omap_set_termios()
779 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_omap_set_termios()
Dpch_uart.c1049 if (lsr & UART_LSR_FE) { in pch_uart_err_ir()
1085 if (lsr & (PCH_UART_LSR_ERR | UART_LSR_FE | in pch_uart_interrupt()
/drivers/mmc/card/
Dsdio_uart.c324 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed()
333 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed()
405 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars()
410 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars()
414 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
427 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
/drivers/tty/
Damiserial.c287 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()
292 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
296 else if (status & UART_LSR_FE) in receive_chars()
320 else if (status & UART_LSR_FE) in receive_chars()
758 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()
767 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
Dmxser.c763 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in mxser_change_speed()
780 UART_LSR_FE; in mxser_change_speed()
784 UART_LSR_FE; in mxser_change_speed()
2112 } else if (*status & UART_LSR_FE) { in mxser_receive_chars()
2262 if (status & UART_LSR_FE) in mxser_interrupt()
/drivers/usb/serial/
Dark3116.c604 if (lsr & UART_LSR_FE) in ark3116_update_lsr()
704 else if (lsr & UART_LSR_FE) in ark3116_process_read_urb()
Dssu100.c594 if (lsr & UART_LSR_FE) { in ssu100_update_lsr()
/drivers/tty/serial/8250/
D8250.c1393 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_rx_chars()
1412 else if (lsr & UART_LSR_FE) in serial8250_rx_chars()
1427 else if (lsr & UART_LSR_FE) in serial8250_rx_chars()
2317 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios()
2326 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
/drivers/tty/serial/jsm/
Djsm_tty.c634 else if (*(ch->ch_equeue +tail +i) & UART_LSR_FE) in jsm_input()
Djsm_neo.c887 if (linestatus & UART_LSR_FE) { in neo_parse_lsr()
/drivers/isdn/hisax/
Delsa_ser.c324 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()