Searched refs:newLSR (Results 1 – 1 of 1) sorted by relevance
903 u8 newLSR = (u8) *ch; in qt2_update_lsr() local907 if (newLSR & UART_LSR_BI) in qt2_update_lsr()908 newLSR &= (u8) (UART_LSR_OE | UART_LSR_BI); in qt2_update_lsr()911 port_priv->shadowLSR = newLSR; in qt2_update_lsr()916 if (newLSR & UART_LSR_BRK_ERROR_BITS) { in qt2_update_lsr()918 if (newLSR & UART_LSR_BI) in qt2_update_lsr()921 if (newLSR & UART_LSR_OE) in qt2_update_lsr()924 if (newLSR & UART_LSR_PE) in qt2_update_lsr()927 if (newLSR & UART_LSR_FE) in qt2_update_lsr()