Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/temperature/
H A Dtsys01.c116 static bool tsys01_crc_valid(u16 *n_prom) in tsys01_crc_valid() argument
122 sum += ((n_prom[0] >> 8) + (n_prom[0] & 0xFF)); in tsys01_crc_valid()