CTRL_BRK_INT      213 drivers/tty/serial/mvebu-uart.c 	ctl &= ~CTRL_BRK_INT;
CTRL_BRK_INT      389 drivers/tty/serial/mvebu-uart.c 	writel(CTRL_BRK_INT, port->membase + UART_CTRL(port));
CTRL_BRK_INT      670 drivers/tty/serial/mvebu-uart.c 	ier = readl(port->membase + UART_CTRL(port)) & CTRL_BRK_INT;