Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dmsm_serial.c842 unsigned int tf_pointer = 0; in msm_handle_tx_pio() local
853 while (tf_pointer < tx_count) { in msm_handle_tx_pio()
861 num_chars = min(tx_count - tf_pointer, in msm_handle_tx_pio()
871 tf_pointer += num_chars; in msm_handle_tx_pio()