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()
381 port->membase + UART_CTRL(port)); in mvebu_uart_startup()
389 writel(CTRL_BRK_INT, port->membase + UART_CTRL(port)); in mvebu_uart_startup()
670 ier = readl(port->membase + UART_CTRL(port)) & CTRL_BRK_INT; in mvebu_uart_console_write()
673 writel(0, port->membase + UART_CTRL(port)); in mvebu_uart_console_write()
681 writel(ier, port->membase + UART_CTRL(port)); in mvebu_uart_console_write()
759 mvuart->pm_regs.ctrl = readl(port->membase + UART_CTRL(port)); in mvebu_uart_suspend()
777 writel(mvuart->pm_regs.ctrl, port->membase + UART_CTRL(port)); in mvebu_uart_resume()
911 writel(CTRL_SOFT_RST, port->membase + UART_CTRL(port)); in mvebu_uart_probe()
913 writel(0, port->membase + UART_CTRL(port)); in mvebu_uart_probe()