Lines Matching refs:f71882fg_read8

1155 static u8 f71882fg_read8(struct f71882fg_data *data, u8 reg)  in f71882fg_read8()  function
1169 val = f71882fg_read8(data, reg) << 8; in f71882fg_read16()
1170 val |= f71882fg_read8(data, reg + 1); in f71882fg_read16()
1192 return f71882fg_read8(data, F71882FG_REG_TEMP(nr)); in f71882fg_read_temp()
1210 f71882fg_read8(data, in f71882fg_update_device()
1213 f71882fg_read8(data, in f71882fg_update_device()
1217 f71882fg_read8(data, in f71882fg_update_device()
1220 f71882fg_read8(data, in f71882fg_update_device()
1228 data->temp_ovt[nr] = f71882fg_read8(data, in f71882fg_update_device()
1230 data->temp_high[nr] = f71882fg_read8(data, in f71882fg_update_device()
1235 data->temp_hyst[0] = f71882fg_read8(data, in f71882fg_update_device()
1237 data->temp_hyst[1] = f71882fg_read8(data, in f71882fg_update_device()
1242 reg = f71882fg_read8(data, F71882FG_REG_TEMP_TYPE); in f71882fg_update_device()
1249 data->fan_beep = f71882fg_read8(data, in f71882fg_update_device()
1253 data->temp_beep = f71882fg_read8(data, in f71882fg_update_device()
1256 data->pwm_enable = f71882fg_read8(data, in f71882fg_update_device()
1259 f71882fg_read8(data, F71882FG_REG_FAN_HYST(0)); in f71882fg_update_device()
1261 f71882fg_read8(data, F71882FG_REG_FAN_HYST(1)); in f71882fg_update_device()
1265 f71882fg_read8(data, in f71882fg_update_device()
1272 f71882fg_read8(data, in f71882fg_update_device()
1278 f71882fg_read8(data, in f71882fg_update_device()
1286 f71882fg_read8(data, in f71882fg_update_device()
1291 f71882fg_read8(data, in f71882fg_update_device()
1295 f71882fg_read8(data, in f71882fg_update_device()
1299 f71882fg_read8(data, in f71882fg_update_device()
1303 f71882fg_read8(data, in f71882fg_update_device()
1314 data->temp_status = f71882fg_read8(data, in f71882fg_update_device()
1316 data->temp_diode_open = f71882fg_read8(data, in f71882fg_update_device()
1322 data->fan_status = f71882fg_read8(data, in f71882fg_update_device()
1333 f71882fg_read8(data, F71882FG_REG_PWM(nr)); in f71882fg_update_device()
1339 data->pwm[2] = f71882fg_read8(data, in f71882fg_update_device()
1348 data->in_status = f71882fg_read8(data, in f71882fg_update_device()
1352 data->in_status = f71882fg_read8(data, in f71882fg_update_device()
1358 data->in[nr] = f71882fg_read8(data, in f71882fg_update_device()
1440 data->fan_beep = f71882fg_read8(data, F71882FG_REG_FAN_BEEP); in store_fan_beep()
1531 data->in_beep = f71882fg_read8(data, F81866_REG_IN_BEEP); in store_in_beep()
1533 data->in_beep = f71882fg_read8(data, F71882FG_REG_IN_BEEP); in store_in_beep()
1653 data->temp_high[nr] = f71882fg_read8(data, F71882FG_REG_TEMP_HIGH(nr)); in store_temp_max_hyst()
1658 reg = f71882fg_read8(data, F71882FG_REG_TEMP_HYST(nr / 2)); in store_temp_max_hyst()
1752 data->temp_beep = f71882fg_read8(data, F71882FG_REG_TEMP_BEEP); in store_temp_beep()
1821 data->pwm_enable = f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in store_pwm()
1921 data->pwm_enable = f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in store_pwm_enable()
1999 data->pwm_enable = f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in store_pwm_auto_point_pwm()
2054 f71882fg_read8(data, F71882FG_REG_POINT_TEMP(nr, point)); in store_pwm_auto_point_temp_hyst()
2059 reg = f71882fg_read8(data, F71882FG_REG_FAN_HYST(nr / 2)); in store_pwm_auto_point_temp_hyst()
2098 f71882fg_read8(data, F71882FG_REG_POINT_MAPPING(nr)); in store_pwm_interpolate()
2152 f71882fg_read8(data, F71882FG_REG_POINT_MAPPING(nr)); in store_pwm_auto_point_channel()
2289 f71882fg_read8(data, F71882FG_REG_POINT_MAPPING(idx)); in f71882fg_create_fan_sysfs_files()
2352 start_reg = f71882fg_read8(data, F71882FG_REG_START); in f71882fg_probe()
2371 f71882fg_read8(data, F71882FG_REG_TEMP_CONFIG); in f71882fg_probe()
2449 reg = f71882fg_read8(data, F71882FG_REG_FAN_FAULT_T); in f71882fg_probe()
2461 f71882fg_read8(data, F71882FG_REG_PWM_ENABLE); in f71882fg_probe()
2508 u8 start_reg = f71882fg_read8(data, F71882FG_REG_START); in f71882fg_remove()