Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dpch_uart.c55 #define PCH_UART_THR 0x00 macro
838 iowrite8(port->x_char, priv->membase + PCH_UART_THR); in handle_tx()
846 iowrite8(xmit->buf[xmit->tail], priv->membase + PCH_UART_THR); in handle_tx()
895 iowrite8(port->x_char, priv->membase + PCH_UART_THR); in dma_handle_tx()
1511 iowrite8(c, priv->membase + PCH_UART_THR); in pch_uart_put_poll_char()
1554 iowrite8(ch, priv->membase + PCH_UART_THR); in pch_console_putchar()