UART_INTR         186 drivers/tty/serial/mvebu-uart.c 	unsigned int ctl = readl(port->membase + UART_INTR(port));
UART_INTR         189 drivers/tty/serial/mvebu-uart.c 	writel(ctl, port->membase + UART_INTR(port));
UART_INTR         203 drivers/tty/serial/mvebu-uart.c 	ctl = readl(port->membase + UART_INTR(port));
UART_INTR         205 drivers/tty/serial/mvebu-uart.c 	writel(ctl, port->membase + UART_INTR(port));
UART_INTR         216 drivers/tty/serial/mvebu-uart.c 	ctl = readl(port->membase + UART_INTR(port));
UART_INTR         218 drivers/tty/serial/mvebu-uart.c 	writel(ctl, port->membase + UART_INTR(port));
UART_INTR         391 drivers/tty/serial/mvebu-uart.c 	ctl = readl(port->membase + UART_INTR(port));
UART_INTR         393 drivers/tty/serial/mvebu-uart.c 	writel(ctl, port->membase + UART_INTR(port));
UART_INTR         436 drivers/tty/serial/mvebu-uart.c 	writel(0, port->membase + UART_INTR(port));
UART_INTR         671 drivers/tty/serial/mvebu-uart.c 	intr = readl(port->membase + UART_INTR(port)) &
UART_INTR         674 drivers/tty/serial/mvebu-uart.c 	writel(0, port->membase + UART_INTR(port));
UART_INTR         684 drivers/tty/serial/mvebu-uart.c 		ctl = intr | readl(port->membase + UART_INTR(port));
UART_INTR         685 drivers/tty/serial/mvebu-uart.c 		writel(ctl, port->membase + UART_INTR(port));
UART_INTR         760 drivers/tty/serial/mvebu-uart.c 	mvuart->pm_regs.intr = readl(port->membase + UART_INTR(port));
UART_INTR         778 drivers/tty/serial/mvebu-uart.c 	writel(mvuart->pm_regs.intr, port->membase + UART_INTR(port));