Searched refs:UART_CTRL (Results 1 – 1 of 1) sorted by relevance
172 #define UART_CTRL(port) (to_mvuart(port)->data->regs.ctrl) macro239 ctl = readl(port->membase + UART_CTRL(port)); in mvebu_uart_stop_rx()241 writel(ctl, port->membase + UART_CTRL(port)); in mvebu_uart_stop_rx()254 ctl = readl(port->membase + UART_CTRL(port)); in mvebu_uart_break_ctl()259 writel(ctl, port->membase + UART_CTRL(port)); in mvebu_uart_break_ctl()419 port->membase + UART_CTRL(port)); in mvebu_uart_startup()427 writel(CTRL_BRK_INT, port->membase + UART_CTRL(port)); in mvebu_uart_startup()771 ier = readl(port->membase + UART_CTRL(port)) & CTRL_BRK_INT; in mvebu_uart_console_write()774 writel(0, port->membase + UART_CTRL(port)); in mvebu_uart_console_write()782 writel(ier, port->membase + UART_CTRL(port)); in mvebu_uart_console_write()[all …]