Lines Matching refs:UARTDR
30 #define UARTDR 0x07 macro
513 return sport->port.mapbase + UARTDR; in lpuart_dma_datareg_addr()
610 readb(sport->port.membase + UARTDR); in lpuart_poll_init()
628 writeb(c, port->membase + UARTDR); in lpuart_poll_put_char()
636 return readb(port->membase + UARTDR); in lpuart_poll_get_char()
693 writeb(sport->port.x_char, sport->port.membase + UARTDR); in lpuart_transmit_buffer()
706 writeb(xmit->buf[xmit->tail], sport->port.membase + UARTDR); in lpuart_transmit_buffer()
848 rx = readb(sport->port.membase + UARTDR); in lpuart_rxint()
979 readb(sport->port.membase + UARTDR); in lpuart_int()
1079 readb(sport->port.membase + UARTDR); in lpuart_copy_rx_to_tty()
1482 readb(sport->port.membase + UARTDR); in lpuart_setup_watermark()
2260 writeb(ch, port->membase + UARTDR); in lpuart_console_putchar()