Home
last modified time | relevance | path

Searched refs:UART_CTRL (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/tty/serial/
Dmvebu-uart.c147 #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()
[all …]