Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsunplus-uart.c50 #define SUP_UART_LSR_FE BIT(4) /* frame error status */ macro
243 lsr &= ~(SUP_UART_LSR_FE | SUP_UART_LSR_PE); in receive_chars()
251 } else if (lsr & SUP_UART_LSR_FE) { in receive_chars()
381 port->read_status_mask |= SUP_UART_LSR_PE | SUP_UART_LSR_FE; in sunplus_set_termios()
389 port->ignore_status_mask |= SUP_UART_LSR_FE | SUP_UART_LSR_PE; in sunplus_set_termios()