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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c1617 MAP_FLAG(UMP_UART_LSR_BR_MASK, LSR_BREAK) /* break detected */
1668 __u8 new_lsr = (__u8)(lsr & (__u8)(LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK));
1674 if (new_lsr & LSR_BREAK) {
1679 new_lsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK);
1688 if (new_lsr & LSR_BREAK)
H A Dio_edgeport.c2061 __u8 newLsr = (__u8)(lsr & (__u8)(LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK));
2068 if (newLsr & LSR_BREAK) {
2074 newLsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK);
2083 if (newLsr & LSR_BREAK) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dyam.c217 #define LSR_BREAK 0x10 macro

Completed in 67 milliseconds