Searched refs:UARTDR (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/include/debug/
H A Dclps711x.S20 #define UARTDR (0x0480) define
31 str \rd, [\rx, #UARTDR]
/linux-4.1.27/drivers/tty/serial/
H A Dfsl_lpuart.c38 #define UARTDR 0x07 macro
354 writeb(xmit->buf[xmit->tail], sport->port.membase + UARTDR); lpuart_pio_tx()
536 writeb(xmit->buf[xmit->tail], sport->port.membase + UARTDR); lpuart_transmit_buffer()
614 writeb(sport->port.x_char, sport->port.membase + UARTDR); lpuart_txint()
657 rx = readb(sport->port.membase + UARTDR); lpuart_rxint()
982 dma_tx_sconfig.dst_addr = sport->port.mapbase + UARTDR; lpuart_dma_tx_request()
1026 dma_rx_sconfig.src_addr = sport->port.mapbase + UARTDR; lpuart_dma_rx_request()
1543 writeb(ch, port->membase + UARTDR); lpuart_console_putchar()

Completed in 146 milliseconds