Lines Matching refs:f71882fg_read8

288 static u8 f71882fg_read8(struct f71882fg_data *data, u8 reg)  in f71882fg_read8()  function
302 val = f71882fg_read8(data, reg) << 8; in f71882fg_read16()
303 val |= f71882fg_read8(data, reg + 1); in f71882fg_read16()
335 return f71882fg_read8(data, F71882FG_REG_TEMP(nr)); in f71882fg_read_temp()
353 f71882fg_read8(data, in f71882fg_update_device()
356 f71882fg_read8(data, in f71882fg_update_device()
360 f71882fg_read8(data, in f71882fg_update_device()
363 f71882fg_read8(data, in f71882fg_update_device()
371 data->temp_ovt[nr] = f71882fg_read8(data, in f71882fg_update_device()
373 data->temp_high[nr] = f71882fg_read8(data, in f71882fg_update_device()
378 data->temp_hyst[0] = f71882fg_read8(data, in f71882fg_update_device()
380 data->temp_hyst[1] = f71882fg_read8(data, in f71882fg_update_device()
385 reg = f71882fg_read8(data, F71882FG_REG_TEMP_TYPE); in f71882fg_update_device()
392 data->fan_beep = f71882fg_read8(data, in f71882fg_update_device()
396 data->temp_beep = f71882fg_read8(data, in f71882fg_update_device()
399 data->pwm_enable = f71882fg_read8(data, in f71882fg_update_device()
402 f71882fg_read8(data, F71882FG_REG_FAN_HYST(0)); in f71882fg_update_device()
404 f71882fg_read8(data, F71882FG_REG_FAN_HYST(1)); in f71882fg_update_device()
408 f71882fg_read8(data, in f71882fg_update_device()
415 f71882fg_read8(data, in f71882fg_update_device()
421 f71882fg_read8(data, in f71882fg_update_device()
429 f71882fg_read8(data, in f71882fg_update_device()
434 f71882fg_read8(data, in f71882fg_update_device()
438 f71882fg_read8(data, in f71882fg_update_device()
442 f71882fg_read8(data, in f71882fg_update_device()
446 f71882fg_read8(data, in f71882fg_update_device()
457 data->temp_status = f71882fg_read8(data, in f71882fg_update_device()
459 data->temp_diode_open = f71882fg_read8(data, in f71882fg_update_device()
465 data->fan_status = f71882fg_read8(data, in f71882fg_update_device()
476 f71882fg_read8(data, F71882FG_REG_PWM(nr)); in f71882fg_update_device()
482 data->pwm[2] = f71882fg_read8(data, in f71882fg_update_device()
491 data->in_status = f71882fg_read8(data, in f71882fg_update_device()
495 data->in_status = f71882fg_read8(data, in f71882fg_update_device()
501 data->in[nr] = f71882fg_read8(data, in f71882fg_update_device()
615 data->temp_high[nr] = f71882fg_read8(data, F71882FG_REG_TEMP_HIGH(nr)); in store_temp_max_hyst()
620 reg = f71882fg_read8(data, F71882FG_REG_TEMP_HYST(nr / 2)); in store_temp_max_hyst()
833 data->temp_beep = f71882fg_read8(data, F71882FG_REG_TEMP_BEEP); in store_temp_beep()
992 data->in_beep = f71882fg_read8(data, F81866_REG_IN_BEEP); in store_in_beep()
994 data->in_beep = f71882fg_read8(data, F71882FG_REG_IN_BEEP); in store_in_beep()
1124 data->pwm_enable = f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in store_pwm()
1192 data->pwm_enable = f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in store_pwm_enable()
1258 f71882fg_read8(data, F71882FG_REG_POINT_MAPPING(nr)); in store_pwm_interpolate()
1381 data->fan_beep = f71882fg_read8(data, F71882FG_REG_FAN_BEEP); in store_fan_beep()
1447 f71882fg_read8(data, F71882FG_REG_POINT_MAPPING(nr)); in store_pwm_auto_point_channel()
1494 data->pwm_enable = f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in store_pwm_auto_point_pwm()
1590 f71882fg_read8(data, F71882FG_REG_POINT_TEMP(nr, point)); in store_pwm_auto_point_temp_hyst()
1595 reg = f71882fg_read8(data, F71882FG_REG_FAN_HYST(nr / 2)); in store_pwm_auto_point_temp_hyst()
2186 f71882fg_read8(data, F71882FG_REG_POINT_MAPPING(idx)); in f71882fg_create_fan_sysfs_files()
2232 u8 start_reg = f71882fg_read8(data, F71882FG_REG_START); in f71882fg_remove()
2362 start_reg = f71882fg_read8(data, F71882FG_REG_START); in f71882fg_probe()
2381 f71882fg_read8(data, F71882FG_REG_TEMP_CONFIG); in f71882fg_probe()
2459 reg = f71882fg_read8(data, F71882FG_REG_FAN_FAULT_T); in f71882fg_probe()
2471 f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in f71882fg_probe()