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()227 ctl = readl(port->membase + UART_INTR(port)); in mvebu_uart_start_tx()229 writel(ctl, port->membase + UART_INTR(port)); in mvebu_uart_start_tx()240 ctl = readl(port->membase + UART_INTR(port)); in mvebu_uart_stop_rx()242 writel(ctl, port->membase + UART_INTR(port)); in mvebu_uart_stop_rx()398 ctl = readl(port->membase + UART_INTR(port)); in mvebu_uart_startup()400 writel(ctl, port->membase + UART_INTR(port)); in mvebu_uart_startup()443 writel(0, port->membase + UART_INTR(port)); in mvebu_uart_shutdown()741 intr = readl(port->membase + UART_INTR(port)) & in mvebu_uart_console_write()744 writel(0, port->membase + UART_INTR(port)); in mvebu_uart_console_write()[all …]
67 #define UART_INTR 4 macro
Completed in 13 milliseconds