Searched refs:LSR_BREAK (Results 1 – 5 of 5) sorted by relevance
57 #define UMP_UART_LSR_DATA_MASK (LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)
139 #define LSR_BREAK 0x10 // Rx break condition detected macro
1550 MAP_FLAG(UMP_UART_LSR_BR_MASK, LSR_BREAK) /* break detected */ in map_line_status()1599 LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()1605 if (new_lsr & LSR_BREAK) in handle_new_lsr()1610 new_lsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()1618 if (new_lsr & LSR_BREAK) in handle_new_lsr()
1983 (LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()1988 if (newLsr & LSR_BREAK) { in handle_new_lsr()1994 newLsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()2003 if (newLsr & LSR_BREAK) in handle_new_lsr()
217 #define LSR_BREAK 0x10 macro