• Home
  • Raw
  • Download

Lines Matching refs:w83792d_read_value

347 static inline int w83792d_read_value(struct i2c_client *client, u8 reg)  in w83792d_read_value()  function
490 fan_div_reg = w83792d_read_value(client, W83792D_REG_FAN_DIV[nr >> 1]); in store_fan_div()
650 val |= w83792d_read_value(client, W83792D_REG_PWM[nr]) & 0xf0; in store_pwm()
692 cfg4_tmp = w83792d_read_value(client, W83792D_REG_FAN_CFG) & 0xc0; in store_pwmenable()
728 data->pwm[nr] = w83792d_read_value(client, W83792D_REG_PWM[nr]); in store_pwm_mode()
761 reg = w83792d_read_value(client, W83792D_REG_CHASSIS_CLR); in store_chassis_clear()
799 target_mask = w83792d_read_value(client, in store_thermal_cruise()
837 tol_mask = w83792d_read_value(client, in store_tolerance()
884 mask_tmp = w83792d_read_value(client, in store_sf2_point()
926 mask_tmp = w83792d_read_value(client, W83792D_REG_LEVELS[index][nr]) in store_sf2_level()
966 val = w83792d_read_value(new_client, W83792D_REG_I2C_SUBADDR); in w83792d_detect_subclients()
1332 if (w83792d_read_value(client, W83792D_REG_CONFIG) & 0x80) in w83792d_detect()
1335 val1 = w83792d_read_value(client, W83792D_REG_BANK); in w83792d_detect()
1336 val2 = w83792d_read_value(client, W83792D_REG_CHIPMAN); in w83792d_detect()
1347 if (w83792d_read_value(client, W83792D_REG_I2C_ADDR) != address) in w83792d_detect()
1353 (w83792d_read_value(client, in w83792d_detect()
1357 val1 = w83792d_read_value(client, W83792D_REG_WCHIPID); in w83792d_detect()
1358 val2 = w83792d_read_value(client, W83792D_REG_CHIPMAN); in w83792d_detect()
1390 data->fan_min[i] = w83792d_read_value(client, in w83792d_probe()
1403 val1 = w83792d_read_value(client, W83792D_REG_GPIO_EN); in w83792d_probe()
1417 val1 = w83792d_read_value(client, W83792D_REG_PIN); in w83792d_probe()
1485 vid_in_b = w83792d_read_value(client, W83792D_REG_VID_IN_B); in w83792d_init_client()
1489 temp2_cfg = w83792d_read_value(client, W83792D_REG_TEMP2_CONFIG); in w83792d_init_client()
1490 temp3_cfg = w83792d_read_value(client, W83792D_REG_TEMP3_CONFIG); in w83792d_init_client()
1498 (w83792d_read_value(client, in w83792d_init_client()
1519 data->in[i] = w83792d_read_value(client, in w83792d_update_device()
1521 data->in_max[i] = w83792d_read_value(client, in w83792d_update_device()
1523 data->in_min[i] = w83792d_read_value(client, in w83792d_update_device()
1526 data->low_bits = w83792d_read_value(client, in w83792d_update_device()
1528 (w83792d_read_value(client, in w83792d_update_device()
1532 data->fan[i] = w83792d_read_value(client, in w83792d_update_device()
1534 data->fan_min[i] = w83792d_read_value(client, in w83792d_update_device()
1537 data->pwm[i] = w83792d_read_value(client, in w83792d_update_device()
1541 reg_tmp = w83792d_read_value(client, W83792D_REG_FAN_CFG); in w83792d_update_device()
1547 data->temp1[i] = w83792d_read_value(client, in w83792d_update_device()
1552 data->temp_add[i][j] = w83792d_read_value( in w83792d_update_device()
1559 reg_array_tmp[i] = w83792d_read_value(client, in w83792d_update_device()
1571 data->alarms = w83792d_read_value(client, W83792D_REG_ALARM1) + in w83792d_update_device()
1572 (w83792d_read_value(client, W83792D_REG_ALARM2) << 8) + in w83792d_update_device()
1573 (w83792d_read_value(client, W83792D_REG_ALARM3) << 16); in w83792d_update_device()
1576 data->chassis = (w83792d_read_value(client, in w83792d_update_device()
1582 w83792d_read_value(client, in w83792d_update_device()
1587 reg_tmp = w83792d_read_value(client, W83792D_REG_TOLERANCE[0]); in w83792d_update_device()
1590 data->tolerance[2] = w83792d_read_value(client, in w83792d_update_device()
1597 = w83792d_read_value(client, in w83792d_update_device()
1604 reg_tmp = w83792d_read_value(client, in w83792d_update_device()
1608 reg_tmp = w83792d_read_value(client, in w83792d_update_device()