Lines Matching refs:UARTDR
34 #define UARTDR 0x07 macro
501 return sport->port.mapbase + UARTDR; in lpuart_dma_datareg_addr()
597 readb(sport->port.membase + UARTDR); in lpuart_poll_init()
615 writeb(c, port->membase + UARTDR); in lpuart_poll_put_char()
623 return readb(port->membase + UARTDR); in lpuart_poll_get_char()
682 writeb(sport->port.x_char, sport->port.membase + UARTDR); in lpuart_transmit_buffer()
695 writeb(xmit->buf[xmit->tail], sport->port.membase + UARTDR); in lpuart_transmit_buffer()
837 rx = readb(sport->port.membase + UARTDR); in lpuart_rxint()
1031 readb(sport->port.membase + UARTDR); in lpuart_copy_rx_to_tty()
1395 readb(sport->port.membase + UARTDR); in lpuart_setup_watermark()
2080 writeb(ch, port->membase + UARTDR); in lpuart_console_putchar()