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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c1527 MAP_FLAG(UMP_UART_LSR_BR_MASK, LSR_BREAK) /* break detected */
1582 LSR_FRM_ERR | LSR_BREAK));
1589 if (new_lsr & LSR_BREAK)
1594 new_lsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK);
1607 if (new_lsr & LSR_BREAK)
H A Dio_edgeport.c2079 (LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK));
2086 if (newLsr & LSR_BREAK) {
2092 newLsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK);
2106 if (newLsr & LSR_BREAK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dyam.c218 #define LSR_BREAK 0x10 macro

Completed in 80 milliseconds