Home
last modified time | relevance | path

Searched refs:LSR_OVER_ERR (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_16654.h133 #define LSR_OVER_ERR 0x02 // Rx overrun macro
H A Dio_ti.c1545 MAP_FLAG(UMP_UART_LSR_OV_MASK, LSR_OVER_ERR) /* overrun */ in map_line_status()
1596 __u8 new_lsr = (__u8)(lsr & (__u8)(LSR_OVER_ERR | LSR_PAR_ERR | in handle_new_lsr()
1608 new_lsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()
1618 if (new_lsr & LSR_OVER_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()
2050 newLsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()
2061 if (newLsr & LSR_OVER_ERR) in handle_new_lsr()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_16654.h133 #define LSR_OVER_ERR 0x02 // Rx overrun macro
H A Dio_ti.c1539 MAP_FLAG(UMP_UART_LSR_OV_MASK, LSR_OVER_ERR) /* overrun */ in map_line_status()
1590 u8 new_lsr = (u8)(lsr & (u8)(LSR_OVER_ERR | LSR_PAR_ERR | in handle_new_lsr()
1602 new_lsr &= (u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()
1612 if (new_lsr & LSR_OVER_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()
1934 newLsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()
1945 if (newLsr & LSR_OVER_ERR) in handle_new_lsr()

Completed in 15 milliseconds