Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmvebu-uart.c172 #define UART_CTRL(port) (to_mvuart(port)->data->regs.ctrl) macro
238 ctl = readl(port->membase + UART_CTRL(port)); in mvebu_uart_stop_rx()
240 writel(ctl, port->membase + UART_CTRL(port)); in mvebu_uart_stop_rx()
253 ctl = readl(port->membase + UART_CTRL(port)); in mvebu_uart_break_ctl()
258 writel(ctl, port->membase + UART_CTRL(port)); in mvebu_uart_break_ctl()
390 port->membase + UART_CTRL(port)); in mvebu_uart_startup()
398 writel(CTRL_BRK_INT, port->membase + UART_CTRL(port)); in mvebu_uart_startup()
745 writel(0, port->membase + UART_CTRL(port)); in mvebu_uart_console_write()
753 writel(ier, port->membase + UART_CTRL(port)); in mvebu_uart_console_write()
981 writel(CTRL_SOFT_RST, port->membase + UART_CTRL(port)); in mvebu_uart_probe()
[all …]