Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dpxa.c120 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()
125 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
137 else if (*status & UART_LSR_FE) in receive_chars()
158 else if (*status & UART_LSR_FE) in receive_chars()
497 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios()
506 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
Dvr41xx_siu.c331 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_FE | in receive_chars()
334 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
341 if (lsr & UART_LSR_FE) in receive_chars()
351 if (lsr & UART_LSR_FE) in receive_chars()
561 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()
567 port->ignore_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()
Dm32r_sio.c321 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()
326 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
338 else if (*status & UART_LSR_FE) in receive_chars()
359 else if (*status & UART_LSR_FE) in receive_chars()
750 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in m32r_sio_set_termios()
759 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in m32r_sio_set_termios()
Dm32r_sio_reg.h128 #define UART_LSR_FE 0x80 /* Frame error indicator */ macro
Dsunsu.c336 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()
341 *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()
847 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sunsu_change_speed()
856 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sunsu_change_speed()
Domap-serial.c510 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi()
528 if (lsr & UART_LSR_FE) { in serial_omap_rlsi()
909 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_omap_set_termios()
918 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_omap_set_termios()
Dserial-tegra.c58 UART_LSR_PE | UART_LSR_FE)
347 } else if (lsr & UART_LSR_FE) { in tegra_uart_decode_rx_error()
Dpch_uart.c1080 if (lsr & UART_LSR_FE) { in pch_uart_err_ir()
1123 if (lsr & (PCH_UART_LSR_ERR | UART_LSR_FE | in pch_uart_interrupt()
/drivers/mmc/card/
Dsdio_uart.c308 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed()
317 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed()
388 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars()
393 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars()
397 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
410 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
/drivers/tty/
Damiserial.c286 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()
291 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
295 else if (status & UART_LSR_FE) in receive_chars()
319 else if (status & UART_LSR_FE) in receive_chars()
752 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()
761 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()
2123 } else if (*status & UART_LSR_FE) { in mxser_receive_chars()
2273 if (status & UART_LSR_FE) in mxser_interrupt()
/drivers/usb/serial/
Dark3116.c569 if (lsr & UART_LSR_FE) in ark3116_update_lsr()
665 else if (lsr & UART_LSR_FE) in ark3116_process_read_urb()
Dssu100.c505 if (lsr & UART_LSR_FE) { in ssu100_update_lsr()
Df81232.c315 } else if (lsr & UART_LSR_FE) { in f81232_process_read_urb()
Dquatech2.c931 if (newLSR & UART_LSR_FE) in qt2_update_lsr()
Dmxuport.c417 if (lsr_event & UART_LSR_FE) { in mxuport_lsr_event()
/drivers/tty/serial/jsm/
Djsm_cls.c432 | UART_LSR_FE); in cls_copy_data_from_uart_to_queue()
441 if (ch->ch_equeue[head] & UART_LSR_FE) in cls_copy_data_from_uart_to_queue()
Djsm_tty.c635 else if (*(ch->ch_equeue +tail +i) & UART_LSR_FE) in jsm_input()
Djsm_neo.c889 if (linestatus & UART_LSR_FE) { in neo_parse_lsr()
/drivers/tty/serial/8250/
D8250_port.c1432 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_rx_chars()
1444 else if (lsr & UART_LSR_FE) in serial8250_rx_chars()
1459 else if (lsr & UART_LSR_FE) in serial8250_rx_chars()
2312 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios()
2321 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
D8250_omap.c369 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios()
378 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios()
/drivers/staging/dgnc/
Ddgnc_cls.c868 | UART_LSR_FE); in cls_copy_data_from_uart_to_queue()
877 if (ch->ch_equeue[head] & UART_LSR_FE) in cls_copy_data_from_uart_to_queue()
Ddgnc_neo.c537 if (linestatus & UART_LSR_FE) in neo_parse_lsr()
Ddgnc_tty.c637 UART_LSR_FE) in dgnc_input()
/drivers/isdn/hisax/
Delsa_ser.c324 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()