Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/include/debug/
Dmsm.S16 @ Write the 1 character to UARTDM_TF
/linux-6.12.1/drivers/tty/serial/
Dmsm_serial.c59 #define UARTDM_TF 0x0070 macro
329 conf.dst_addr = base + UARTDM_TF; in msm_request_tx_dma()
857 tf = port->membase + UARTDM_TF; in msm_handle_tx_pio()
901 tf = port->membase + UARTDM_TF; in msm_handle_tx()
1535 msm_write(port, c, msm_port->is_uartdm ? UARTDM_TF : MSM_UART_TF); in msm_poll_put_char()
1619 tf = port->membase + UARTDM_TF; in __msm_console_write()