Home
last modified time | relevance | path

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

/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.h135 #define LSR_FRM_ERR 0x08 // Rx framing error macro
H A Dio_ti.c1541 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()