Home
last modified time | relevance | path

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

/linux-3.3/arch/arm/mach-msm/include/mach/
Duncompress.h23 #define UART_TF (*(volatile uint32_t *)(MSM_DEBUG_UART_PHYS + 0x0c)) macro
49 UART_TF = c; in putc()
/linux-3.3/drivers/tty/serial/
Dmsm_serial.h55 #define UART_TF 0x000C macro
Dmsm_serial.c212 msm_port->is_uartdm ? UARTDM_TF : UART_TF); in handle_tx()
228 msm_port->is_uartdm ? UARTDM_TF : UART_TF); in handle_tx()
773 msm_write(port, c, msm_port->is_uartdm ? UARTDM_TF : UART_TF); in msm_console_putchar()