Searched refs:LSR_PAR_ERR (Results 1 - 4 of 4) 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.h137 #define LSR_PAR_ERR 0x04 // Rx parity error macro
H A Dio_ti.c1551 MAP_FLAG(UMP_UART_LSR_PE_MASK, LSR_PAR_ERR) /* parity error */
1592 __u8 new_lsr = (__u8)(lsr & (__u8)(LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK));
1618 if (new_lsr & LSR_PAR_ERR)
H A Dio_edgeport.c2263 __u8 newLsr = (__u8)(lsr & (__u8)(LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK));
2293 if (newLsr & LSR_PAR_ERR) {

Completed in 38 milliseconds