Home
last modified time | relevance | path

Searched refs:UARTDR (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/arm/include/debug/
Dclps711x.S16 #define UARTDR (0x0480) macro
30 str \rd, [\rx, #UARTDR]
Ddc21285.S28 str \rd, [\rx, #0x160] @ UARTDR
/linux-5.19.10/drivers/tty/serial/
Dfsl_lpuart.c31 #define UARTDR 0x07 macro
566 return sport->port.mapbase + UARTDR; in lpuart_dma_datareg_addr()
663 readb(sport->port.membase + UARTDR); in lpuart_poll_init()
681 writeb(c, port->membase + UARTDR); in lpuart_poll_put_char()
689 return readb(port->membase + UARTDR); in lpuart_poll_get_char()
746 writeb(sport->port.x_char, sport->port.membase + UARTDR); in lpuart_transmit_buffer()
759 writeb(xmit->buf[xmit->tail], sport->port.membase + UARTDR); in lpuart_transmit_buffer()
898 rx = readb(sport->port.membase + UARTDR); in lpuart_rxint()
1044 readb(sport->port.membase + UARTDR); in lpuart_int()
1144 readb(sport->port.membase + UARTDR); in lpuart_copy_rx_to_tty()
[all …]