Lines Matching refs:tf
659 void __iomem *tf; in msm_handle_tx_pio() local
662 tf = port->membase + UARTDM_TF; in msm_handle_tx_pio()
664 tf = port->membase + UART_TF; in msm_handle_tx_pio()
687 iowrite32_rep(tf, buf, 1); in msm_handle_tx_pio()
706 void __iomem *tf; in msm_handle_tx() local
711 tf = port->membase + UARTDM_TF; in msm_handle_tx()
713 tf = port->membase + UART_TF; in msm_handle_tx()
718 iowrite8_rep(tf, &port->x_char, 1); in msm_handle_tx()
1372 void __iomem *tf; in __msm_console_write() local
1375 tf = port->membase + UARTDM_TF; in __msm_console_write()
1377 tf = port->membase + UART_TF; in __msm_console_write()
1418 iowrite32_rep(tf, buf, 1); in __msm_console_write()