Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dqcom_geni_serial.c646 u32 last_word_byte_cnt; in qcom_geni_serial_handle_rx() local
654 last_word_byte_cnt = (status & RX_LAST_BYTE_VALID_MSK) >> in qcom_geni_serial_handle_rx()
660 if (last_word_partial && last_word_byte_cnt) in qcom_geni_serial_handle_rx()
661 total_bytes += last_word_byte_cnt; in qcom_geni_serial_handle_rx()