Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c731 u32 last_word_byte_cnt; in qcom_geni_serial_handle_rx_fifo() local
738 last_word_byte_cnt = (status & RX_LAST_BYTE_VALID_MSK) >> in qcom_geni_serial_handle_rx_fifo()
744 if (last_word_partial && last_word_byte_cnt) in qcom_geni_serial_handle_rx_fifo()
745 total_bytes += last_word_byte_cnt; in qcom_geni_serial_handle_rx_fifo()