Searched refs:LSR_BREAK (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dio_ti.h57 #define UMP_UART_LSR_DATA_MASK ( LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK )
H A Dio_16654.h139 #define LSR_BREAK 0x10 // Rx break condition detected macro
H A Dio_ti.c1553 MAP_FLAG(UMP_UART_LSR_BR_MASK, LSR_BREAK) /* break detected */
1592 __u8 new_lsr = (__u8)(lsr & (__u8)(LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK));
1598 if (new_lsr & LSR_BREAK) {
1603 new_lsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK);
1614 if (new_lsr & LSR_BREAK)
H A Dio_edgeport.c2263 __u8 newLsr = (__u8)(lsr & (__u8)(LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK));
2270 if (newLsr & LSR_BREAK) {
2276 newLsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK);
2287 if (newLsr & LSR_BREAK) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dyam.c230 #define LSR_BREAK 0x10 macro

Completed in 164 milliseconds