Home
last modified time | relevance | path

Searched refs:UART_LSR_PE (Results 1 – 16 of 16) sorted by relevance

/linux/include/uapi/linux/
H A Dserial_reg.h145 #define UART_LSR_PE 0x04 /* Parity error indicator */ macro
148 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)
/linux/drivers/tty/serial/
H A Dpxa.c111 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()
117 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
127 } else if (*status & UART_LSR_PE) in receive_chars()
148 } else if (*status & UART_LSR_PE) in receive_chars()
452 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_pxa_set_termios()
461 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_pxa_set_termios()
H A Dsunsu.c309 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()
315 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
328 } else if (*status & UART_LSR_PE) in receive_chars()
349 } else if (*status & UART_LSR_PE) in receive_chars()
815 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sunsu_change_speed()
824 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sunsu_change_speed()
H A Domap-serial.c459 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi()
472 if (lsr & UART_LSR_PE) { in serial_omap_rlsi()
827 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial_omap_set_termios()
836 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial_omap_set_termios()
H A Dserial-tegra.c46 UART_LSR_PE | UART_LSR_FE)
447 } else if (lsr & UART_LSR_PE) { in tegra_uart_decode_rx_error()
H A Dpch_uart.c984 if (lsr & UART_LSR_PE) { in pch_uart_err_ir()
1022 UART_LSR_PE | UART_LSR_OE)) { in pch_uart_interrupt()
/linux/drivers/tty/
H A Damiserial.c212 if (status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()
218 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
220 } else if (status & UART_LSR_PE) in receive_chars()
244 } else if (status & UART_LSR_PE) in receive_chars()
653 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()
662 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
H A Dmxser.c647 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in mxser_change_speed()
663 UART_LSR_PE | in mxser_change_speed()
667 UART_LSR_PE | in mxser_change_speed()
1529 } else if (status & UART_LSR_PE) { in mxser_receive_chars_old()
/linux/drivers/usb/serial/
H A Dark3116.c495 if (lsr & UART_LSR_PE) in ark3116_update_lsr()
586 else if (lsr & UART_LSR_PE) in ark3116_process_read_urb()
H A Dssu100.c446 if (lsr & UART_LSR_PE) { in ssu100_update_lsr()
H A Df81232.c361 } else if (lsr & UART_LSR_PE) { in f81232_handle_lsr()
H A Dmxuport.c411 if (lsr_event & UART_LSR_PE) { in mxuport_lsr_event()
/linux/drivers/tty/serial/8250/
H A D8250_port.c1617 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_read_char()
1627 } else if (lsr & UART_LSR_PE) in serial8250_read_char()
1642 } else if (lsr & UART_LSR_PE) in serial8250_read_char()
2702 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_set_errors_and_ignores()
2709 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_set_errors_and_ignores()
H A D8250_omap.c424 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios()
433 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios()
/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c620 else if (error & UART_LSR_PE) in jsm_input()
H A Djsm_neo.c860 if (linestatus & UART_LSR_PE) { in neo_parse_lsr()