Searched refs:LSR_FRM_ERR (Results 1 – 4 of 4) sorted by relevance
52 #define UMP_UART_LSR_DATA_MASK (LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)
135 #define LSR_FRM_ERR 0x08 // Rx framing error macro
1541 MAP_FLAG(UMP_UART_LSR_FE_MASK, LSR_FRM_ERR) /* framing error */ in map_line_status()1591 LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()1616 if (new_lsr & LSR_FRM_ERR) in handle_new_lsr()
1923 (LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()1949 if (newLsr & LSR_FRM_ERR) in handle_new_lsr()