UART_CTRL         212 drivers/tty/serial/mvebu-uart.c 	ctl = readl(port->membase + UART_CTRL(port));
UART_CTRL         214 drivers/tty/serial/mvebu-uart.c 	writel(ctl, port->membase + UART_CTRL(port));
UART_CTRL         227 drivers/tty/serial/mvebu-uart.c 	ctl = readl(port->membase + UART_CTRL(port));
UART_CTRL         232 drivers/tty/serial/mvebu-uart.c 	writel(ctl, port->membase + UART_CTRL(port));
UART_CTRL         381 drivers/tty/serial/mvebu-uart.c 	       port->membase + UART_CTRL(port));
UART_CTRL         389 drivers/tty/serial/mvebu-uart.c 	writel(CTRL_BRK_INT, port->membase + UART_CTRL(port));
UART_CTRL         670 drivers/tty/serial/mvebu-uart.c 	ier = readl(port->membase + UART_CTRL(port)) & CTRL_BRK_INT;
UART_CTRL         673 drivers/tty/serial/mvebu-uart.c 	writel(0, port->membase + UART_CTRL(port));
UART_CTRL         681 drivers/tty/serial/mvebu-uart.c 		writel(ier, port->membase + UART_CTRL(port));
UART_CTRL         759 drivers/tty/serial/mvebu-uart.c 	mvuart->pm_regs.ctrl = readl(port->membase + UART_CTRL(port));
UART_CTRL         777 drivers/tty/serial/mvebu-uart.c 	writel(mvuart->pm_regs.ctrl, port->membase + UART_CTRL(port));
UART_CTRL         911 drivers/tty/serial/mvebu-uart.c 	writel(CTRL_SOFT_RST, port->membase + UART_CTRL(port));
UART_CTRL         913 drivers/tty/serial/mvebu-uart.c 	writel(0, port->membase + UART_CTRL(port));