Searched refs:LSR_OVER_ERR (Results 1 – 3 of 3) sorted by relevance
133 #define LSR_OVER_ERR 0x02 // Rx overrun macro
1543 MAP_FLAG(UMP_UART_LSR_OV_MASK, LSR_OVER_ERR) /* overrun */ in map_line_status()1594 __u8 new_lsr = (__u8)(lsr & (__u8)(LSR_OVER_ERR | LSR_PAR_ERR | in handle_new_lsr()1606 new_lsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()1616 if (new_lsr & LSR_OVER_ERR) in handle_new_lsr()
2039 (LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()2050 newLsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()2061 if (newLsr & LSR_OVER_ERR) in handle_new_lsr()