Home
last modified time | relevance | path

Searched refs:LSR_FRM_ERR (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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.c1547 MAP_FLAG(UMP_UART_LSR_FE_MASK, LSR_FRM_ERR) /* framing error */ in map_line_status()
1597 LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()
1622 if (new_lsr & LSR_FRM_ERR) in handle_new_lsr()
H A Dio_edgeport.c2039 (LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()
2065 if (newLsr & LSR_FRM_ERR) in handle_new_lsr()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_16654.h135 #define LSR_FRM_ERR 0x08 // Rx framing error macro
H A Dio_ti.h52 #define UMP_UART_LSR_DATA_MASK (LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)
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()
H A Dio_edgeport.c1923 (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()

Completed in 16 milliseconds