Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/pressure/
H A Dicp10100.c27 #define ICP10100_CRC8_WORD_LENGTH 2 macro
180 crc = crc8(icp10100_crc8_table, ptr, ICP10100_CRC8_WORD_LENGTH, in icp10100_send_cmd()
182 if (crc != ptr[ICP10100_CRC8_WORD_LENGTH]) { in icp10100_send_cmd()
184 ptr[ICP10100_CRC8_WORD_LENGTH], crc); in icp10100_send_cmd()
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dicp10100.c27 #define ICP10100_CRC8_WORD_LENGTH 2 macro
180 crc = crc8(icp10100_crc8_table, ptr, ICP10100_CRC8_WORD_LENGTH, in icp10100_send_cmd()
182 if (crc != ptr[ICP10100_CRC8_WORD_LENGTH]) { in icp10100_send_cmd()
184 ptr[ICP10100_CRC8_WORD_LENGTH], crc); in icp10100_send_cmd()

Completed in 3 milliseconds