Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dmsm_serial.c658 unsigned int tf_pointer = 0; in msm_handle_tx_pio() local
669 while (tf_pointer < tx_count) { in msm_handle_tx_pio()
677 num_chars = min(tx_count - tf_pointer, in msm_handle_tx_pio()
689 tf_pointer += num_chars; in msm_handle_tx_pio()