Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/touchscreen/
Diqs5xx.c711 u8 rec_len, rec_type, rec_chksm, chksm; in iqs5xx_fw_file_parse() local
780 chksm = 0; in iqs5xx_fw_file_parse()
782 chksm += rec_hdr[i]; in iqs5xx_fw_file_parse()
784 chksm += rec_data[i]; in iqs5xx_fw_file_parse()
785 chksm = ~chksm + 1; in iqs5xx_fw_file_parse()
787 if (chksm != rec_chksm && rec_addr < IQS5XX_CSTM) { in iqs5xx_fw_file_parse()