Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dmsm_serial.c853 unsigned int tf_pointer = 0; in msm_handle_tx_pio() local
864 while (tf_pointer < tx_count) { in msm_handle_tx_pio()
871 num_chars = min(tx_count - tf_pointer, in msm_handle_tx_pio()
878 tf_pointer += num_chars; in msm_handle_tx_pio()