Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dlm95241.c90 s16 val_hl = (val_h << 8) | val_l; in temp_from_reg_signed() local
91 return val_hl * 1000 / 256; in temp_from_reg_signed()
96 u16 val_hl = (val_h << 8) | val_l; in temp_from_reg_unsigned() local
97 return val_hl * 1000 / 256; in temp_from_reg_unsigned()