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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dio_16654.h136 #define LSR_OVER_ERR 0x02 // Rx overrun macro
H A Dio_ti.c1550 MAP_FLAG(UMP_UART_LSR_OV_MASK, LSR_OVER_ERR) /* overrun */
1592 __u8 new_lsr = (__u8)(lsr & (__u8)(LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK));
1603 new_lsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK);
1616 if (new_lsr & LSR_OVER_ERR)
H A Dio_edgeport.c2263 __u8 newLsr = (__u8)(lsr & (__u8)(LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK));
2276 newLsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK);
2290 if (newLsr & LSR_OVER_ERR) {

Completed in 104 milliseconds