UART_LSR_BRK_ERROR_BITS
if (status & (UART_LSR_BRK_ERROR_BITS | MOXA_MUST_LSR_RERR))
if (status & UART_LSR_BRK_ERROR_BITS) {
if (unlikely(lsr & UART_LSR_BRK_ERROR_BITS)) {
if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) &&
if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)))
if (lsr&UART_LSR_BRK_ERROR_BITS) {
priv->lsr &= ~UART_LSR_BRK_ERROR_BITS;
if (lsr & UART_LSR_BRK_ERROR_BITS) {
if (!(lsr & UART_LSR_BRK_ERROR_BITS))
if (lsr & UART_LSR_BRK_ERROR_BITS) {
if (newLSR & UART_LSR_BRK_ERROR_BITS) {
if (lsr & UART_LSR_BRK_ERROR_BITS) {
#define LSR_SAVE_FLAGS UART_LSR_BRK_ERROR_BITS