Searched refs:UART_LSR_FE (Results 1 – 6 of 6) sorted by relevance
144 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro148 #define UART_LSR_BRK_ERROR_BITS (UART_LSR_BI|UART_LSR_FE|UART_LSR_PE|UART_LSR_OE)
287 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in sdio_uart_change_speed()296 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in sdio_uart_change_speed()365 UART_LSR_FE | UART_LSR_OE))) { in sdio_uart_receive_chars()370 *status &= ~(UART_LSR_FE | UART_LSR_PE); in sdio_uart_receive_chars()374 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()387 else if (*status & UART_LSR_FE) in sdio_uart_receive_chars()
403 port->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in omap_8250_set_termios_atomic()412 port->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in omap_8250_set_termios_atomic()1253 if (status & (UART_LSR_FE | UART_LSR_PE | UART_LSR_BI)) in am654_8250_handle_uart_errors()
622 else if (error & UART_LSR_FE) in jsm_input()
46 UART_LSR_PE | UART_LSR_FE)452 } else if (lsr & UART_LSR_FE) { in tegra_uart_decode_rx_error()
404 if (lsr_event & UART_LSR_FE) { in mxuport_lsr_event()