Home
last modified time | relevance | path

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

/linux/drivers/iio/chemical/
H A Dsgp30.c32 #define SGP_CRC8_LEN 1 macro
209 size_t size = word_count * (SGP_WORD_LEN + SGP_CRC8_LEN); in sgp_verify_buffer()
214 for (i = 0; i < size; i += SGP_WORD_LEN + SGP_CRC8_LEN) { in sgp_verify_buffer()
243 size_t size = word_count * (SGP_WORD_LEN + SGP_CRC8_LEN); in sgp_read_cmd()