Searched refs:LSR_FRM_ERR (Results 1 - 4 of 4) 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.h138 #define LSR_FRM_ERR 0x08 // Rx framing error macro
H A Dio_ti.c1526 MAP_FLAG(UMP_UART_LSR_FE_MASK, LSR_FRM_ERR) /* framing error */
1582 LSR_FRM_ERR | LSR_BREAK));
1613 if (new_lsr & LSR_FRM_ERR)
H A Dio_edgeport.c2079 (LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK));
2112 if (newLsr & LSR_FRM_ERR)

Completed in 85 milliseconds