Searched refs:LSR_BREAK (Results 1 – 4 of 4) sorted by relevance
52 #define UMP_UART_LSR_DATA_MASK (LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)
136 #define LSR_BREAK 0x10 // Rx break condition detected macro
1556 MAP_FLAG(UMP_UART_LSR_BR_MASK, LSR_BREAK) /* break detected */ in map_line_status()1605 LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()1611 if (new_lsr & LSR_BREAK) in handle_new_lsr()1616 new_lsr &= (u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()1624 if (new_lsr & LSR_BREAK) in handle_new_lsr()
1927 (LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()1932 if (newLsr & LSR_BREAK) { in handle_new_lsr()1938 newLsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()1947 if (newLsr & LSR_BREAK) in handle_new_lsr()