Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/include/debug/
Dmsm.S25 @ Write the 1 character to UARTDM_TF
/linux-4.4.14/drivers/tty/serial/
Dmsm_serial.h45 #define UARTDM_TF 0x0070 macro
Dmsm_serial.c152 conf.dst_addr = base + UARTDM_TF; in msm_request_tx_dma()
662 tf = port->membase + UARTDM_TF; in msm_handle_tx_pio()
711 tf = port->membase + UARTDM_TF; in msm_handle_tx()
1293 msm_write(port, c, msm_port->is_uartdm ? UARTDM_TF : UART_TF); in msm_poll_put_char()
1375 tf = port->membase + UARTDM_TF; in __msm_console_write()