Searched refs:UART_INTR (Results 1 – 2 of 2) sorted by relevance
188 writel(ctl, port->membase + UART_INTR(port)); in mvebu_uart_stop_tx()202 ctl = readl(port->membase + UART_INTR(port)); in mvebu_uart_start_tx()204 writel(ctl, port->membase + UART_INTR(port)); in mvebu_uart_start_tx()215 ctl = readl(port->membase + UART_INTR(port)); in mvebu_uart_stop_rx()217 writel(ctl, port->membase + UART_INTR(port)); in mvebu_uart_stop_rx()390 ctl = readl(port->membase + UART_INTR(port)); in mvebu_uart_startup()392 writel(ctl, port->membase + UART_INTR(port)); in mvebu_uart_startup()435 writel(0, port->membase + UART_INTR(port)); in mvebu_uart_shutdown()682 intr = readl(port->membase + UART_INTR(port)) & in mvebu_uart_console_write()685 writel(0, port->membase + UART_INTR(port)); in mvebu_uart_console_write()[all …]
67 #define UART_INTR 4 macro
Completed in 7 milliseconds