STAT_BRK_DET       68 drivers/tty/serial/mvebu-uart.c #define  STAT_BRK_ERR		(STAT_BRK_DET | STAT_FRM_ERR \
STAT_BRK_DET      253 drivers/tty/serial/mvebu-uart.c 		if (status & STAT_BRK_DET) {
STAT_BRK_DET      282 drivers/tty/serial/mvebu-uart.c 		if (status & STAT_BRK_DET)
STAT_BRK_DET      293 drivers/tty/serial/mvebu-uart.c 	} while (status & (STAT_RX_RDY(port) | STAT_BRK_DET));
STAT_BRK_DET      342 drivers/tty/serial/mvebu-uart.c 		  STAT_BRK_DET))
STAT_BRK_DET      357 drivers/tty/serial/mvebu-uart.c 			STAT_BRK_DET))