Searched refs:crcrb (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/input/touchscreen/
H A Dili210x.c700 u8 crcrb[4] = { 0 }; local
747 &crcrb, sizeof(crcrb));
752 if ((crcrb[0] != (crc & 0xff)) || crcrb[1] != ((crc >> 8) & 0xff))

Completed in 203 milliseconds