Searched refs:UART_INTR (Results 1 – 2 of 2) sorted by relevance
216 writel(ctl, port->membase + UART_INTR(port)); in mvebu_uart_stop_tx()229 ctl = readl(port->membase + UART_INTR(port)); in mvebu_uart_start_tx()231 writel(ctl, port->membase + UART_INTR(port)); in mvebu_uart_start_tx()242 ctl = readl(port->membase + UART_INTR(port)); in mvebu_uart_stop_rx()244 writel(ctl, port->membase + UART_INTR(port)); in mvebu_uart_stop_rx()400 ctl = readl(port->membase + UART_INTR(port)); in mvebu_uart_startup()402 writel(ctl, port->membase + UART_INTR(port)); in mvebu_uart_startup()445 writel(0, port->membase + UART_INTR(port)); in mvebu_uart_shutdown()743 intr = readl(port->membase + UART_INTR(port)) & in mvebu_uart_console_write()746 writel(0, port->membase + UART_INTR(port)); in mvebu_uart_console_write()[all …]
67 #define UART_INTR 4 macro
Completed in 6 milliseconds