Searched refs:AML_UART_CONTROL (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/serial/
H A Dmeson_uart.c26 #define AML_UART_CONTROL 0x08 macro
31 /* AML_UART_CONTROL bits */
111 val = readl(port->membase + AML_UART_CONTROL);
113 writel(val, port->membase + AML_UART_CONTROL);
120 val = readl(port->membase + AML_UART_CONTROL);
122 writel(val, port->membase + AML_UART_CONTROL);
134 val = readl(port->membase + AML_UART_CONTROL);
137 writel(val, port->membase + AML_UART_CONTROL);
170 val = readl(port->membase + AML_UART_CONTROL);
172 writel(val, port->membase + AML_UART_CONTROL);
[all...]

Completed in 299 milliseconds