Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/include/debug/
A Dclps711x.S16 #define UARTDR (0x0480) macro
30 str \rd, [\rx, #UARTDR]
A Ddc21285.S28 str \rd, [\rx, #0x160] @ UARTDR
/linux-6.3-rc2/drivers/tty/serial/
A Dfsl_lpuart.c36 #define UARTDR 0x07 macro
569 return sport->port.mapbase + UARTDR; in lpuart_dma_datareg_addr()
666 readb(sport->port.membase + UARTDR); in lpuart_poll_init()
684 writeb(c, port->membase + UARTDR); in lpuart_poll_put_char()
692 return readb(port->membase + UARTDR); in lpuart_poll_get_char()
751 writeb(ch, port->membase + UARTDR)); in lpuart_transmit_buffer()
894 rx = readb(sport->port.membase + UARTDR); in lpuart_rxint()
1043 readb(sport->port.membase + UARTDR); in lpuart_int()
1154 readb(sport->port.membase + UARTDR); in lpuart_copy_rx_to_tty()
1542 readb(sport->port.membase + UARTDR); in lpuart_setup_watermark()
[all …]

Completed in 10 milliseconds