Searched refs:UART_CTRL (Results 1 – 1 of 1) sorted by relevance
172 #define UART_CTRL(port) (to_mvuart(port)->data->regs.ctrl) macro236 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()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()979 writel(CTRL_SOFT_RST, port->membase + UART_CTRL(port)); in mvebu_uart_probe()[all …]