Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dmsm_serial.c815 unsigned int tf_pointer = 0; in msm_handle_tx_pio() local
826 while (tf_pointer < tx_count) { in msm_handle_tx_pio()
834 num_chars = min(tx_count - tf_pointer, in msm_handle_tx_pio()
846 tf_pointer += num_chars; in msm_handle_tx_pio()