Lines Matching refs:UARTDR
31 #define UARTDR 0x07 macro
562 return sport->port.mapbase + UARTDR; in lpuart_dma_datareg_addr()
659 readb(sport->port.membase + UARTDR); in lpuart_poll_init()
677 writeb(c, port->membase + UARTDR); in lpuart_poll_put_char()
685 return readb(port->membase + UARTDR); in lpuart_poll_get_char()
742 writeb(sport->port.x_char, sport->port.membase + UARTDR); in lpuart_transmit_buffer()
755 writeb(xmit->buf[xmit->tail], sport->port.membase + UARTDR); in lpuart_transmit_buffer()
894 rx = readb(sport->port.membase + UARTDR); in lpuart_rxint()
1038 readb(sport->port.membase + UARTDR); in lpuart_int()
1138 readb(sport->port.membase + UARTDR); in lpuart_copy_rx_to_tty()
1547 readb(sport->port.membase + UARTDR); in lpuart_setup_watermark()
2326 writeb(ch, port->membase + UARTDR); in lpuart_console_putchar()