newLSR 873 drivers/usb/serial/quatech2.c u8 newLSR = (u8) *ch; newLSR 880 drivers/usb/serial/quatech2.c if (newLSR & UART_LSR_BI) newLSR 881 drivers/usb/serial/quatech2.c newLSR &= (u8) (UART_LSR_OE | UART_LSR_BI); newLSR 884 drivers/usb/serial/quatech2.c port_priv->shadowLSR = newLSR; newLSR 889 drivers/usb/serial/quatech2.c if (newLSR & UART_LSR_BRK_ERROR_BITS) { newLSR 891 drivers/usb/serial/quatech2.c if (newLSR & UART_LSR_BI) newLSR 894 drivers/usb/serial/quatech2.c if (newLSR & UART_LSR_OE) newLSR 897 drivers/usb/serial/quatech2.c if (newLSR & UART_LSR_PE) newLSR 900 drivers/usb/serial/quatech2.c if (newLSR & UART_LSR_FE)