Searched refs:temp_from_reg_unsigned (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/hwmon/
H A Dlm95245.c94 static int temp_from_reg_unsigned(u8 val_h, u8 val_l) function
103 return temp_from_reg_unsigned(val_h, val_l);
196 *val = temp_from_reg_unsigned(regvalh, regvall);
H A Dlm95241.c94 static int temp_from_reg_unsigned(u8 val_h, u8 val_l) function
154 *val = temp_from_reg_unsigned(data->temp[channel * 2],

Completed in 151 milliseconds