LSR_BREAK 2039 drivers/usb/serial/io_edgeport.c (LSR_OVER_ERR | LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)); LSR_BREAK 2044 drivers/usb/serial/io_edgeport.c if (newLsr & LSR_BREAK) { LSR_BREAK 2050 drivers/usb/serial/io_edgeport.c newLsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK); LSR_BREAK 2059 drivers/usb/serial/io_edgeport.c if (newLsr & LSR_BREAK) LSR_BREAK 1546 drivers/usb/serial/io_ti.c MAP_FLAG(UMP_UART_LSR_BR_MASK, LSR_BREAK) /* break detected */ LSR_BREAK 1595 drivers/usb/serial/io_ti.c LSR_FRM_ERR | LSR_BREAK)); LSR_BREAK 1601 drivers/usb/serial/io_ti.c if (new_lsr & LSR_BREAK) LSR_BREAK 1606 drivers/usb/serial/io_ti.c new_lsr &= (__u8)(LSR_OVER_ERR | LSR_BREAK); LSR_BREAK 1614 drivers/usb/serial/io_ti.c if (new_lsr & LSR_BREAK) LSR_BREAK 52 drivers/usb/serial/io_ti.h #define UMP_UART_LSR_DATA_MASK (LSR_PAR_ERR | LSR_FRM_ERR | LSR_BREAK)