Searched refs:LSR_PAR_ERR (Results 1 – 4 of 4) sorted by relevance
57 #define UMP_UART_LSR_DATA_MASK ( LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK )
137 #define LSR_PAR_ERR 0x04 // Rx parity error macro
1551 MAP_FLAG(UMP_UART_LSR_PE_MASK, LSR_PAR_ERR) /* parity error */ in MapLineStatus()1592 __u8 new_lsr = (__u8)(lsr & (__u8)(LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()1618 if (new_lsr & LSR_PAR_ERR) in handle_new_lsr()
2259 __u8 newLsr = (__u8)(lsr & (__u8)(LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()2289 if (newLsr & LSR_PAR_ERR) { in handle_new_lsr()