Lines Matching refs:UART_CTRL
172 #define UART_CTRL(port) (to_mvuart(port)->data->regs.ctrl) macro
236 ctl = readl(port->membase + UART_CTRL(port)); in mvebu_uart_stop_rx()
238 writel(ctl, port->membase + UART_CTRL(port)); in mvebu_uart_stop_rx()
251 ctl = readl(port->membase + UART_CTRL(port)); in mvebu_uart_break_ctl()
256 writel(ctl, port->membase + UART_CTRL(port)); in mvebu_uart_break_ctl()
388 port->membase + UART_CTRL(port)); in mvebu_uart_startup()
396 writel(CTRL_BRK_INT, port->membase + UART_CTRL(port)); in mvebu_uart_startup()
740 ier = readl(port->membase + UART_CTRL(port)) & CTRL_BRK_INT; in mvebu_uart_console_write()
743 writel(0, port->membase + UART_CTRL(port)); in mvebu_uart_console_write()
751 writel(ier, port->membase + UART_CTRL(port)); in mvebu_uart_console_write()
830 mvuart->pm_regs.ctrl = readl(port->membase + UART_CTRL(port)); in mvebu_uart_suspend()
851 writel(mvuart->pm_regs.ctrl, port->membase + UART_CTRL(port)); in mvebu_uart_resume()
979 writel(CTRL_SOFT_RST, port->membase + UART_CTRL(port)); in mvebu_uart_probe()
981 writel(0, port->membase + UART_CTRL(port)); in mvebu_uart_probe()