Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dmvebu-uart.c146 #define UART_TSH(port) (to_mvuart(port)->data->regs.tsh) macro
198 writel(xmit->buf[xmit->tail], port->membase + UART_TSH(port)); in mvebu_uart_start_tx()
316 writel(port->x_char, port->membase + UART_TSH(port)); in mvebu_uart_tx_chars()
328 writel(xmit->buf[xmit->tail], port->membase + UART_TSH(port)); in mvebu_uart_tx_chars()
586 writel(c, port->membase + UART_TSH(port)); in mvebu_uart_put_poll_char()
678 writel(ch, port->membase + UART_TSH(port)); in mvebu_uart_console_putchar()
782 mvuart->pm_regs.tsh = readl(port->membase + UART_TSH(port)); in mvebu_uart_suspend()
800 writel(mvuart->pm_regs.tsh, port->membase + UART_TSH(port)); in mvebu_uart_resume()