Home
last modified time | relevance | path

Searched refs:LSR_BREAK (Results 1 - 10 of 10) 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.h136 #define LSR_BREAK 0x10 // Rx break condition detected macro
H A Dio_ti.c1548 MAP_FLAG(UMP_UART_LSR_BR_MASK, LSR_BREAK) /* break detected */ in map_line_status()
1597 LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()
1603 if (new_lsr & LSR_BREAK) in handle_new_lsr()
1608 new_lsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()
1616 if (new_lsr & LSR_BREAK) in handle_new_lsr()
H A Dio_edgeport.c2039 (LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()
2044 if (newLsr & LSR_BREAK) { in handle_new_lsr()
2050 newLsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()
2059 if (newLsr & LSR_BREAK) in handle_new_lsr()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_16654.h136 #define LSR_BREAK 0x10 // Rx break condition detected macro
H A Dio_ti.h52 #define UMP_UART_LSR_DATA_MASK (LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)
H A Dio_ti.c1542 MAP_FLAG(UMP_UART_LSR_BR_MASK, LSR_BREAK) /* break detected */ in map_line_status()
1591 LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()
1597 if (new_lsr & LSR_BREAK) in handle_new_lsr()
1602 new_lsr &= (u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()
1610 if (new_lsr & LSR_BREAK) in handle_new_lsr()
H A Dio_edgeport.c1923 (LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)); in handle_new_lsr()
1928 if (newLsr & LSR_BREAK) { in handle_new_lsr()
1934 newLsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK); in handle_new_lsr()
1943 if (newLsr & LSR_BREAK) in handle_new_lsr()
/kernel/linux/linux-5.10/drivers/net/hamradio/
H A Dyam.c202 #define LSR_BREAK 0x10 macro
/kernel/linux/linux-6.6/drivers/net/hamradio/
H A Dyam.c202 #define LSR_BREAK 0x10 macro

Completed in 20 milliseconds