Home
last modified time | relevance | path

Searched refs:UART_STATUS_FE (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/tty/serial/
A Dapbuart.c90 rsr &= ~(UART_STATUS_FE | UART_STATUS_PE); in apbuart_rx_chars()
96 } else if (rsr & UART_STATUS_FE) { in apbuart_rx_chars()
106 else if (rsr & UART_STATUS_FE) in apbuart_rx_chars()
240 port->read_status_mask |= UART_STATUS_FE | UART_STATUS_PE; in apbuart_set_termios()
245 port->ignore_status_mask |= UART_STATUS_FE | UART_STATUS_PE; in apbuart_set_termios()
A Dapbuart.h31 #define UART_STATUS_FE 0x00000040 /* RX Framing Error */ macro

Completed in 5 milliseconds