Searched refs:f71882fg_read8 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
D | f71882fg.c | 1120 static u8 f71882fg_read8(struct f71882fg_data *data, u8 reg) in f71882fg_read8() function 1134 val = f71882fg_read8(data, reg) << 8; in f71882fg_read16() 1135 val |= f71882fg_read8(data, reg + 1); in f71882fg_read16() 1157 return f71882fg_read8(data, F71882FG_REG_TEMP(nr)); in f71882fg_read_temp() 1174 f71882fg_read8(data, F71882FG_REG_IN1_HIGH); in f71882fg_update_device() 1176 f71882fg_read8(data, F71882FG_REG_IN_BEEP); in f71882fg_update_device() 1182 data->temp_ovt[nr] = f71882fg_read8(data, in f71882fg_update_device() 1184 data->temp_high[nr] = f71882fg_read8(data, in f71882fg_update_device() 1189 data->temp_hyst[0] = f71882fg_read8(data, in f71882fg_update_device() 1191 data->temp_hyst[1] = f71882fg_read8(data, in f71882fg_update_device() [all …]
|