Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dserial_reg.h144 #define UART_LSR_FE 0x08 /* Frame 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.c112 UART_LSR_FE | UART_LSR_OE))) { in receive_chars()
117 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()
129 else if (*status & UART_LSR_FE) in receive_chars()
150 else if (*status & UART_LSR_FE) 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 Domap-serial.c459 lsr &= ~(UART_LSR_FE | UART_LSR_PE); in serial_omap_rlsi()
477 if (lsr & UART_LSR_FE) { 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)
452 } else if (lsr & UART_LSR_FE) { in tegra_uart_decode_rx_error()
H A Dpch_uart.c979 if (lsr & UART_LSR_FE) { in pch_uart_err_ir()
1021 if (lsr & (PCH_UART_LSR_ERR | UART_LSR_FE | in pch_uart_interrupt()
/linux/drivers/usb/serial/
H A Dark3116.c493 if (lsr & UART_LSR_FE) in ark3116_update_lsr()
588 else if (lsr & UART_LSR_FE) in ark3116_process_read_urb()
H A Dssu100.c451 if (lsr & UART_LSR_FE) { in ssu100_update_lsr()
H A Df81232.c363 } else if (lsr & UART_LSR_FE) { in f81232_handle_lsr()
H A Dmxuport.c406 if (lsr_event & UART_LSR_FE) { in mxuport_lsr_event()
H A Df81534.c1210 } else if (lsr & UART_LSR_FE) { in f81534_process_per_serial_block()
/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c622 else if (error & UART_LSR_FE) in jsm_input()