last_word_byte_cnt 656 drivers/tty/serial/qcom_geni_serial.c u32 last_word_byte_cnt; last_word_byte_cnt 664 drivers/tty/serial/qcom_geni_serial.c last_word_byte_cnt = (status & RX_LAST_BYTE_VALID_MSK) >> last_word_byte_cnt 670 drivers/tty/serial/qcom_geni_serial.c if (last_word_partial && last_word_byte_cnt) last_word_byte_cnt 671 drivers/tty/serial/qcom_geni_serial.c total_bytes += last_word_byte_cnt;