Lines Matching refs:UARTDR
32 #define UARTDR 0x07 macro
542 return sport->port.mapbase + UARTDR; in lpuart_dma_datareg_addr()
639 readb(sport->port.membase + UARTDR); in lpuart_poll_init()
657 writeb(c, port->membase + UARTDR); in lpuart_poll_put_char()
665 return readb(port->membase + UARTDR); in lpuart_poll_get_char()
722 writeb(sport->port.x_char, sport->port.membase + UARTDR); in lpuart_transmit_buffer()
735 writeb(xmit->buf[xmit->tail], sport->port.membase + UARTDR); in lpuart_transmit_buffer()
874 rx = readb(sport->port.membase + UARTDR); in lpuart_rxint()
1023 readb(sport->port.membase + UARTDR); in lpuart_int()
1134 readb(sport->port.membase + UARTDR); in lpuart_copy_rx_to_tty()
1502 readb(sport->port.membase + UARTDR); in lpuart_setup_watermark()
2286 writeb(ch, port->membase + UARTDR); in lpuart_console_putchar()