Lines Matching refs:f71882fg_read8

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()
1196 reg = f71882fg_read8(data, F71882FG_REG_TEMP_TYPE); in f71882fg_update_device()
1203 data->fan_beep = f71882fg_read8(data, in f71882fg_update_device()
1207 data->temp_beep = f71882fg_read8(data, in f71882fg_update_device()
1210 data->pwm_enable = f71882fg_read8(data, in f71882fg_update_device()
1213 f71882fg_read8(data, F71882FG_REG_FAN_HYST(0)); in f71882fg_update_device()
1215 f71882fg_read8(data, F71882FG_REG_FAN_HYST(1)); in f71882fg_update_device()
1219 f71882fg_read8(data, in f71882fg_update_device()
1226 f71882fg_read8(data, in f71882fg_update_device()
1232 f71882fg_read8(data, in f71882fg_update_device()
1240 f71882fg_read8(data, in f71882fg_update_device()
1245 f71882fg_read8(data, in f71882fg_update_device()
1249 f71882fg_read8(data, in f71882fg_update_device()
1253 f71882fg_read8(data, in f71882fg_update_device()
1257 f71882fg_read8(data, in f71882fg_update_device()
1268 data->temp_status = f71882fg_read8(data, in f71882fg_update_device()
1270 data->temp_diode_open = f71882fg_read8(data, in f71882fg_update_device()
1276 data->fan_status = f71882fg_read8(data, in f71882fg_update_device()
1287 f71882fg_read8(data, F71882FG_REG_PWM(nr)); in f71882fg_update_device()
1293 data->pwm[2] = f71882fg_read8(data, in f71882fg_update_device()
1301 data->in_status = f71882fg_read8(data, in f71882fg_update_device()
1305 data->in[nr] = f71882fg_read8(data, in f71882fg_update_device()
1387 data->fan_beep = f71882fg_read8(data, F71882FG_REG_FAN_BEEP); in store_fan_beep()
1474 data->in_beep = f71882fg_read8(data, F71882FG_REG_IN_BEEP); in store_in_beep()
1590 data->temp_high[nr] = f71882fg_read8(data, F71882FG_REG_TEMP_HIGH(nr)); in store_temp_max_hyst()
1595 reg = f71882fg_read8(data, F71882FG_REG_TEMP_HYST(nr / 2)); in store_temp_max_hyst()
1689 data->temp_beep = f71882fg_read8(data, F71882FG_REG_TEMP_BEEP); in store_temp_beep()
1758 data->pwm_enable = f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in store_pwm()
1858 data->pwm_enable = f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in store_pwm_enable()
1936 data->pwm_enable = f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in store_pwm_auto_point_pwm()
1991 f71882fg_read8(data, F71882FG_REG_POINT_TEMP(nr, point)); in store_pwm_auto_point_temp_hyst()
1996 reg = f71882fg_read8(data, F71882FG_REG_FAN_HYST(nr / 2)); in store_pwm_auto_point_temp_hyst()
2035 f71882fg_read8(data, F71882FG_REG_POINT_MAPPING(nr)); in store_pwm_interpolate()
2089 f71882fg_read8(data, F71882FG_REG_POINT_MAPPING(nr)); in store_pwm_auto_point_channel()
2226 f71882fg_read8(data, F71882FG_REG_POINT_MAPPING(idx)); in f71882fg_create_fan_sysfs_files()
2287 start_reg = f71882fg_read8(data, F71882FG_REG_START); in f71882fg_probe()
2306 f71882fg_read8(data, F71882FG_REG_TEMP_CONFIG); in f71882fg_probe()
2371 reg = f71882fg_read8(data, F71882FG_REG_FAN_FAULT_T); in f71882fg_probe()
2383 f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in f71882fg_probe()
2430 u8 start_reg = f71882fg_read8(data, F71882FG_REG_START); in f71882fg_remove()