Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/serial/
Dio_ti.h52 #define UMP_UART_LSR_DATA_MASK (LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)
Dio_16654.h135 #define LSR_FRM_ERR 0x08 // Rx framing error macro
Dio_ti.c1545 MAP_FLAG(UMP_UART_LSR_FE_MASK, LSR_FRM_ERR) /* framing error */ in map_line_status()
1595 LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()
1620 if (new_lsr & LSR_FRM_ERR) in handle_new_lsr()
Dio_edgeport.c2055 (LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()
2081 if (newLsr & LSR_FRM_ERR) in handle_new_lsr()