Home
last modified time | relevance | path

Searched refs:newLSR (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/serial/
H A Dquatech2.c822 u8 newLSR = (u8) *ch; in qt2_update_lsr() local
829 if (newLSR & UART_LSR_BI) in qt2_update_lsr()
830 newLSR &= (u8) (UART_LSR_OE | UART_LSR_BI); in qt2_update_lsr()
833 port_priv->shadowLSR = newLSR; in qt2_update_lsr()
838 if (newLSR & UART_LSR_BRK_ERROR_BITS) { in qt2_update_lsr()
840 if (newLSR & UART_LSR_BI) in qt2_update_lsr()
843 if (newLSR & UART_LSR_OE) in qt2_update_lsr()
846 if (newLSR & UART_LSR_PE) in qt2_update_lsr()
849 if (newLSR & UART_LSR_FE) in qt2_update_lsr()