Lines Matching refs:UART_CTRL
147 #define UART_CTRL(port) (to_mvuart(port)->data->regs.ctrl) macro
212 ctl = readl(port->membase + UART_CTRL(port)); in mvebu_uart_stop_rx()
214 writel(ctl, port->membase + UART_CTRL(port)); in mvebu_uart_stop_rx()
227 ctl = readl(port->membase + UART_CTRL(port)); in mvebu_uart_break_ctl()
232 writel(ctl, port->membase + UART_CTRL(port)); in mvebu_uart_break_ctl()
392 port->membase + UART_CTRL(port)); in mvebu_uart_startup()
400 writel(CTRL_BRK_INT, port->membase + UART_CTRL(port)); in mvebu_uart_startup()
694 ier = readl(port->membase + UART_CTRL(port)) & CTRL_BRK_INT; in mvebu_uart_console_write()
697 writel(0, port->membase + UART_CTRL(port)); in mvebu_uart_console_write()
705 writel(ier, port->membase + UART_CTRL(port)); in mvebu_uart_console_write()
783 mvuart->pm_regs.ctrl = readl(port->membase + UART_CTRL(port)); in mvebu_uart_suspend()
801 writel(mvuart->pm_regs.ctrl, port->membase + UART_CTRL(port)); in mvebu_uart_resume()
932 writel(CTRL_SOFT_RST, port->membase + UART_CTRL(port)); in mvebu_uart_probe()
934 writel(0, port->membase + UART_CTRL(port)); in mvebu_uart_probe()