Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dvr41xx_siu.c319 UART_LSR_PE | UART_LSR_OE))) { in receive_chars()
321 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
330 if (lsr & UART_LSR_PE) in receive_chars()
340 if (lsr & UART_LSR_PE) 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()
Dpxa.c114 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()
120 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
130 } else if (*status & UART_LSR_PE) in receive_chars()
151 } else if (*status & UART_LSR_PE) 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()
Dsunsu.c336 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()
342 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
355 } else if (*status & UART_LSR_PE) in receive_chars()
376 } else if (*status & UART_LSR_PE) 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()
519 if (lsr & UART_LSR_PE) { 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)
442 } else if (lsr & UART_LSR_PE) { in tegra_uart_decode_rx_error()
Dpch_uart.c1061 if (lsr & UART_LSR_PE) { in pch_uart_err_ir()
1100 UART_LSR_PE | UART_LSR_OE)) { in pch_uart_interrupt()
/Linux-v5.4/drivers/mmc/core/
Dsdio_uart.c302 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed()
311 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed()
381 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE | in sdio_uart_receive_chars()
387 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars()
389 } else if (*status & UART_LSR_PE) in sdio_uart_receive_chars()
402 else if (*status & UART_LSR_PE) in sdio_uart_receive_chars()
/Linux-v5.4/drivers/tty/
Damiserial.c285 if (status & (UART_LSR_BI | UART_LSR_PE | in receive_chars()
291 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
293 } else if (status & UART_LSR_PE) in receive_chars()
317 } else if (status & UART_LSR_PE) 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()
776 UART_LSR_PE | in mxser_change_speed()
780 UART_LSR_PE | in mxser_change_speed()
2116 } else if (*status & UART_LSR_PE) { in mxser_receive_chars()
2265 if (status & UART_LSR_PE) in mxser_interrupt()
/Linux-v5.4/include/uapi/linux/
Dserial_reg.h138 #define UART_LSR_PE 0x04 /* Parity error indicator */ macro
/Linux-v5.4/drivers/usb/serial/
Dark3116.c520 if (lsr & UART_LSR_PE) in ark3116_update_lsr()
611 else if (lsr & UART_LSR_PE) in ark3116_process_read_urb()
Dssu100.c477 if (lsr & UART_LSR_PE) { in ssu100_update_lsr()
Df81232.c352 } else if (lsr & UART_LSR_PE) { in f81232_process_read_urb()
Dquatech2.c891 if (newLSR & UART_LSR_PE) in qt2_update_lsr()
Dmxuport.c418 if (lsr_event & UART_LSR_PE) { in mxuport_lsr_event()
Df81534.c1224 } else if (lsr & UART_LSR_PE) { in f81534_process_per_serial_block()
/Linux-v5.4/drivers/tty/serial/jsm/
Djsm_cls.c422 ch->ch_equeue[head] = linestatus & (UART_LSR_BI | UART_LSR_PE in cls_copy_data_from_uart_to_queue()
428 if (ch->ch_equeue[head] & UART_LSR_PE) in cls_copy_data_from_uart_to_queue()
Djsm_tty.c612 else if (*(ch->ch_equeue +tail +i) & UART_LSR_PE) in jsm_input()
Djsm_neo.c869 if (linestatus & UART_LSR_PE) { in neo_parse_lsr()
/Linux-v5.4/drivers/tty/serial/8250/
D8250_port.c1664 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial8250_read_char()
1674 } else if (lsr & UART_LSR_PE) in serial8250_read_char()
1689 } else if (lsr & UART_LSR_PE) in serial8250_read_char()
2604 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in serial8250_do_set_termios()
2613 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in serial8250_do_set_termios()
D8250_omap.c388 up->port.read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios()
397 up->port.ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios()