Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dpxa.c115 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()
492 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios()
501 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
Dvr41xx_siu.c318 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_FE | in receive_chars()
321 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
328 if (lsr & UART_LSR_FE) in receive_chars()
338 if (lsr & UART_LSR_FE) in receive_chars()
548 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()
554 port->ignore_status_mask |= UART_LSR_FE | UART_LSR_PE; in siu_set_termios()
Dsunsu.c337 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()
342 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
357 else if (*status & UART_LSR_FE) in receive_chars()
378 else if (*status & UART_LSR_FE) in receive_chars()
848 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sunsu_change_speed()
857 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sunsu_change_speed()
Domap-serial.c506 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi()
524 if (lsr & UART_LSR_FE) { in serial_omap_rlsi()
905 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_omap_set_termios()
914 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_omap_set_termios()
Dserial-tegra.c47 UART_LSR_PE | UART_LSR_FE)
334 } else if (lsr & UART_LSR_FE) { in tegra_uart_decode_rx_error()
Dpch_uart.c1061 if (lsr & UART_LSR_FE) { in pch_uart_err_ir()
1104 if (lsr & (PCH_UART_LSR_ERR | UART_LSR_FE | in pch_uart_interrupt()
/Linux-v4.19/drivers/mmc/core/
Dsdio_uart.c306 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed()
315 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed()
386 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars()
391 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars()
395 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
408 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
/Linux-v4.19/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()
735 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()
744 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
Dmxser.c760 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in mxser_change_speed()
777 UART_LSR_FE; in mxser_change_speed()
781 UART_LSR_FE; in mxser_change_speed()
2116 } else if (*status & UART_LSR_FE) { in mxser_receive_chars()
2264 if (status & UART_LSR_FE) in mxser_interrupt()
/Linux-v4.19/include/uapi/linux/
Dserial_reg.h137 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
/Linux-v4.19/drivers/usb/serial/
Dark3116.c550 if (lsr & UART_LSR_FE) in ark3116_update_lsr()
645 else if (lsr & UART_LSR_FE) in ark3116_process_read_urb()
Dssu100.c502 if (lsr & UART_LSR_FE) { in ssu100_update_lsr()
Df81232.c311 } else if (lsr & UART_LSR_FE) { in f81232_process_read_urb()
Dquatech2.c917 if (newLSR & UART_LSR_FE) in qt2_update_lsr()
Dmxuport.c413 if (lsr_event & UART_LSR_FE) { in mxuport_lsr_event()
Df81534.c1246 } else if (lsr & UART_LSR_FE) { in f81534_process_per_serial_block()
/Linux-v4.19/drivers/tty/serial/jsm/
Djsm_cls.c423 | UART_LSR_FE); in cls_copy_data_from_uart_to_queue()
432 if (ch->ch_equeue[head] & UART_LSR_FE) in cls_copy_data_from_uart_to_queue()
Djsm_tty.c614 else if (*(ch->ch_equeue +tail +i) & UART_LSR_FE) in jsm_input()
Djsm_neo.c875 if (linestatus & UART_LSR_FE) { in neo_parse_lsr()
/Linux-v4.19/drivers/staging/dgnc/
Ddgnc_cls.c353 | UART_LSR_FE); in cls_copy_data_from_uart_to_queue()
362 if (ch->ch_equeue[head] & UART_LSR_FE) in cls_copy_data_from_uart_to_queue()
Ddgnc_tty.c456 else if (ch & UART_LSR_FE) in dgnc_input()
/Linux-v4.19/drivers/tty/serial/8250/
D8250_port.c1709 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_read_char()
1721 else if (lsr & UART_LSR_FE) in serial8250_read_char()
1736 else if (lsr & UART_LSR_FE) in serial8250_read_char()
2693 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios()
2702 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
D8250_omap.c381 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios()
390 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios()
/Linux-v4.19/drivers/isdn/hisax/
Delsa_ser.c324 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()