Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/debug/
Dmsm.S25 @ Write the 1 character to UARTDM_TF
/linux-4.1.27/drivers/tty/serial/
Dmsm_serial.h44 #define UARTDM_TF 0x0070 macro
Dmsm_serial.c243 tf = port->membase + UARTDM_TF; in handle_tx()
775 msm_write(port, c, msm_port->is_uartdm ? UARTDM_TF : UART_TF); in msm_poll_put_char()
857 tf = port->membase + UARTDM_TF; in __msm_console_write()