Lines Matching refs:f71882fg_read8
1168 static u8 f71882fg_read8(struct f71882fg_data *data, u8 reg) in f71882fg_read8() function
1182 val = f71882fg_read8(data, reg) << 8; in f71882fg_read16()
1183 val |= f71882fg_read8(data, reg + 1); in f71882fg_read16()
1205 return f71882fg_read8(data, F71882FG_REG_TEMP(nr)); in f71882fg_read_temp()
1223 f71882fg_read8(data, in f71882fg_update_device()
1226 f71882fg_read8(data, in f71882fg_update_device()
1230 f71882fg_read8(data, in f71882fg_update_device()
1233 f71882fg_read8(data, in f71882fg_update_device()
1241 data->temp_ovt[nr] = f71882fg_read8(data, in f71882fg_update_device()
1243 data->temp_high[nr] = f71882fg_read8(data, in f71882fg_update_device()
1248 data->temp_hyst[0] = f71882fg_read8(data, in f71882fg_update_device()
1250 data->temp_hyst[1] = f71882fg_read8(data, in f71882fg_update_device()
1255 reg = f71882fg_read8(data, F71882FG_REG_TEMP_TYPE); in f71882fg_update_device()
1262 data->fan_beep = f71882fg_read8(data, in f71882fg_update_device()
1266 data->temp_beep = f71882fg_read8(data, in f71882fg_update_device()
1269 data->pwm_enable = f71882fg_read8(data, in f71882fg_update_device()
1272 f71882fg_read8(data, F71882FG_REG_FAN_HYST(0)); in f71882fg_update_device()
1274 f71882fg_read8(data, F71882FG_REG_FAN_HYST(1)); in f71882fg_update_device()
1278 f71882fg_read8(data, in f71882fg_update_device()
1285 f71882fg_read8(data, in f71882fg_update_device()
1291 f71882fg_read8(data, in f71882fg_update_device()
1299 f71882fg_read8(data, in f71882fg_update_device()
1304 f71882fg_read8(data, in f71882fg_update_device()
1308 f71882fg_read8(data, in f71882fg_update_device()
1312 f71882fg_read8(data, in f71882fg_update_device()
1316 f71882fg_read8(data, in f71882fg_update_device()
1327 data->temp_status = f71882fg_read8(data, in f71882fg_update_device()
1329 data->temp_diode_open = f71882fg_read8(data, in f71882fg_update_device()
1335 data->fan_status = f71882fg_read8(data, in f71882fg_update_device()
1346 f71882fg_read8(data, F71882FG_REG_PWM(nr)); in f71882fg_update_device()
1352 data->pwm[2] = f71882fg_read8(data, in f71882fg_update_device()
1361 data->in_status = f71882fg_read8(data, in f71882fg_update_device()
1365 data->in_status = f71882fg_read8(data, in f71882fg_update_device()
1371 data->in[nr] = f71882fg_read8(data, in f71882fg_update_device()
1453 data->fan_beep = f71882fg_read8(data, F71882FG_REG_FAN_BEEP); in store_fan_beep()
1544 data->in_beep = f71882fg_read8(data, F81866_REG_IN_BEEP); in store_in_beep()
1546 data->in_beep = f71882fg_read8(data, F71882FG_REG_IN_BEEP); in store_in_beep()
1666 data->temp_high[nr] = f71882fg_read8(data, F71882FG_REG_TEMP_HIGH(nr)); in store_temp_max_hyst()
1671 reg = f71882fg_read8(data, F71882FG_REG_TEMP_HYST(nr / 2)); in store_temp_max_hyst()
1765 data->temp_beep = f71882fg_read8(data, F71882FG_REG_TEMP_BEEP); in store_temp_beep()
1834 data->pwm_enable = f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in store_pwm()
1934 data->pwm_enable = f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in store_pwm_enable()
2012 data->pwm_enable = f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in store_pwm_auto_point_pwm()
2067 f71882fg_read8(data, F71882FG_REG_POINT_TEMP(nr, point)); in store_pwm_auto_point_temp_hyst()
2072 reg = f71882fg_read8(data, F71882FG_REG_FAN_HYST(nr / 2)); in store_pwm_auto_point_temp_hyst()
2111 f71882fg_read8(data, F71882FG_REG_POINT_MAPPING(nr)); in store_pwm_interpolate()
2165 f71882fg_read8(data, F71882FG_REG_POINT_MAPPING(nr)); in store_pwm_auto_point_channel()
2302 f71882fg_read8(data, F71882FG_REG_POINT_MAPPING(idx)); in f71882fg_create_fan_sysfs_files()
2365 start_reg = f71882fg_read8(data, F71882FG_REG_START); in f71882fg_probe()
2384 f71882fg_read8(data, F71882FG_REG_TEMP_CONFIG); in f71882fg_probe()
2462 reg = f71882fg_read8(data, F71882FG_REG_FAN_FAULT_T); in f71882fg_probe()
2474 f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in f71882fg_probe()
2521 u8 start_reg = f71882fg_read8(data, F71882FG_REG_START); in f71882fg_remove()