UART_LSR_BRK_ERROR_BITS   36 drivers/tty/serial/8250/8250_of.c 		if (status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS))
UART_LSR_BRK_ERROR_BITS 1662 drivers/tty/serial/8250/8250_port.c 	if (unlikely(lsr & UART_LSR_BRK_ERROR_BITS)) {
UART_LSR_BRK_ERROR_BITS  515 drivers/usb/serial/ark3116.c 	if (lsr&UART_LSR_BRK_ERROR_BITS) {
UART_LSR_BRK_ERROR_BITS  602 drivers/usb/serial/ark3116.c 	priv->lsr &= ~UART_LSR_BRK_ERROR_BITS;
UART_LSR_BRK_ERROR_BITS  608 drivers/usb/serial/ark3116.c 	if (lsr & UART_LSR_BRK_ERROR_BITS) {
UART_LSR_BRK_ERROR_BITS  347 drivers/usb/serial/f81232.c 		if (lsr & UART_LSR_BRK_ERROR_BITS) {
UART_LSR_BRK_ERROR_BITS 1219 drivers/usb/serial/f81534.c 		if (lsr & UART_LSR_BRK_ERROR_BITS) {
UART_LSR_BRK_ERROR_BITS  889 drivers/usb/serial/quatech2.c 	if (newLSR & UART_LSR_BRK_ERROR_BITS) {
UART_LSR_BRK_ERROR_BITS  469 drivers/usb/serial/ssu100.c 	if (lsr & UART_LSR_BRK_ERROR_BITS) {
UART_LSR_BRK_ERROR_BITS  121 include/linux/serial_8250.h #define LSR_SAVE_FLAGS UART_LSR_BRK_ERROR_BITS