Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dsht4x.c75 u16 t_ticks, rh_ticks; in sht4x_read_values() local
103 rh_ticks = raw_data[3] << 8 | raw_data[4]; in sht4x_read_values()
120 data->humidity = ((15625 * (int32_t)rh_ticks) >> 13) - 6000; in sht4x_read_values()