Home
last modified time | relevance | path

Searched refs:LSR_PAR_ERR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/serial/
H A Dio_ti.h52 #define UMP_UART_LSR_DATA_MASK (LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)
H A Dio_16654.h134 #define LSR_PAR_ERR 0x04 // Rx parity error macro
H A Dio_ti.c1540 MAP_FLAG(UMP_UART_LSR_PE_MASK, LSR_PAR_ERR) /* parity error */ in map_line_status()
1590 u8 new_lsr = (u8)(lsr & (u8)(LSR_OVER_ERR | LSR_PAR_ERR | in handle_new_lsr()
1614 if (new_lsr & LSR_PAR_ERR) in handle_new_lsr()
H A Dio_edgeport.c1923 (LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()
1947 if (newLsr & LSR_PAR_ERR) in handle_new_lsr()