Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/debug/
H A Dclps711x.S16 #define UARTDR (0x0480) macro
30 str \rd, [\rx, #UARTDR]
H A Ddc21285.S28 str \rd, [\rx, #0x160] @ UARTDR
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_lpuart.c30 #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()
[all …]