Searched refs:UART_CTRL (Results 1 – 1 of 1) sorted by relevance
147 #define UART_CTRL(port) (to_mvuart(port)->data->regs.ctrl) macro212 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()[all …]