Lines Matching refs:w83793_read_value
297 static u8 w83793_read_value(struct i2c_client *client, u16 reg);
407 data->beeps[index] = w83793_read_value(client, W83793_REG_BEEP(index)); in store_beep()
440 data->beep_enable = w83793_read_value(client, W83793_REG_OVT_BEEP) in store_beep_enable()
468 reg = w83793_read_value(client, W83793_REG_CLR_CHASSIS); in store_chassis_clear()
566 w83793_read_value(client, W83793_REG_PWM(index, nr)) & 0xc0; in store_pwm()
690 w83793_read_value(client, W83793_REG_TEMP_MODE[index]); in store_temp_mode()
744 w83793_read_value(client, W83793_REG_PWM_DEFAULT) & 0xc0; in store_sf_setup()
760 w83793_read_value(client, W83793_REG_TEMP_CRITICAL) & 0x80; in store_sf_setup()
850 w83793_read_value(client, W83793_REG_PWM_ENABLE); in store_sf_ctrl()
863 w83793_read_value(client, W83793_REG_TEMP_CRUISE(index)); in store_sf_ctrl()
873 w83793_read_value(client, W83793_REG_TEMP_TOL(i)); in store_sf_ctrl()
917 w83793_read_value(client, W83793_REG_SF2_PWM(index, nr)) & 0xc0; in store_sf2_pwm()
958 w83793_read_value(client, W83793_REG_SF2_TEMP(index, nr)) & 0x80; in store_sf2_temp()
1013 w83793_read_value(client, W83793_REG_IN_LOW_BITS[nr]); in store_in()
1196 w83793_read_value(client, W83793_REG_CONFIG) | 0x01); in w83793_init_client()
1540 tmp = w83793_read_value(client, W83793_REG_CONFIG); in w83793_remove()
1607 tmp = w83793_read_value(client, W83793_REG_I2C_SUBADDR); in w83793_detect_subclients()
1719 tmp = w83793_read_value(client, W83793_REG_MFC); in w83793_probe()
1720 val = w83793_read_value(client, W83793_REG_FANIN_CTRL); in w83793_probe()
1762 tmp = w83793_read_value(client, W83793_REG_FANIN_SEL); in w83793_probe()
1777 tmp = w83793_read_value(client, W83793_REG_TEMP_MODE[0]); in w83793_probe()
1787 tmp = w83793_read_value(client, W83793_REG_TEMP_MODE[1]); in w83793_probe()
1882 tmp = w83793_read_value(client, W83793_REG_CONFIG); in w83793_probe()
1890 w83793_read_value(data->client, W83793_REG_WDT_STATUS) & 0x01; in w83793_probe()
1990 w83793_read_value(client, W83793_REG_IN[j][i]); in w83793_update_nonvolatile()
1993 w83793_read_value(client, W83793_REG_IN_LOW_BITS[i]); in w83793_update_nonvolatile()
2001 w83793_read_value(client, W83793_REG_FAN_MIN(i)) << 8; in w83793_update_nonvolatile()
2003 w83793_read_value(client, W83793_REG_FAN_MIN(i) + 1); in w83793_update_nonvolatile()
2010 w83793_read_value(client, W83793_REG_TEMP_FAN_MAP(i)); in w83793_update_nonvolatile()
2013 w83793_read_value(client, W83793_REG_TEMP[i][j]); in w83793_update_nonvolatile()
2016 w83793_read_value(client, W83793_REG_TEMP_CRUISE(i)); in w83793_update_nonvolatile()
2019 w83793_read_value(client, W83793_REG_SF2_PWM(i, j)); in w83793_update_nonvolatile()
2021 w83793_read_value(client, in w83793_update_nonvolatile()
2028 w83793_read_value(client, W83793_REG_TEMP_MODE[i]); in w83793_update_nonvolatile()
2032 w83793_read_value(client, W83793_REG_TEMP_TOL(i)); in w83793_update_nonvolatile()
2039 w83793_read_value(client, W83793_REG_PWM(i, PWM_NONSTOP)); in w83793_update_nonvolatile()
2041 w83793_read_value(client, W83793_REG_PWM(i, PWM_START)); in w83793_update_nonvolatile()
2043 w83793_read_value(client, W83793_REG_PWM_STOP_TIME(i)); in w83793_update_nonvolatile()
2046 data->pwm_default = w83793_read_value(client, W83793_REG_PWM_DEFAULT); in w83793_update_nonvolatile()
2047 data->pwm_enable = w83793_read_value(client, W83793_REG_PWM_ENABLE); in w83793_update_nonvolatile()
2048 data->pwm_uptime = w83793_read_value(client, W83793_REG_PWM_UPTIME); in w83793_update_nonvolatile()
2049 data->pwm_downtime = w83793_read_value(client, W83793_REG_PWM_DOWNTIME); in w83793_update_nonvolatile()
2051 w83793_read_value(client, W83793_REG_TEMP_CRITICAL); in w83793_update_nonvolatile()
2052 data->beep_enable = w83793_read_value(client, W83793_REG_OVT_BEEP); in w83793_update_nonvolatile()
2055 data->beeps[i] = w83793_read_value(client, W83793_REG_BEEP(i)); in w83793_update_nonvolatile()
2075 w83793_read_value(client, W83793_REG_IN[i][IN_READ]); in w83793_update_device()
2078 w83793_read_value(client, W83793_REG_IN_LOW_BITS[IN_READ]); in w83793_update_device()
2084 w83793_read_value(client, W83793_REG_FAN(i)) << 8; in w83793_update_device()
2086 w83793_read_value(client, W83793_REG_FAN(i) + 1); in w83793_update_device()
2093 w83793_read_value(client, W83793_REG_TEMP[i][TEMP_READ]); in w83793_update_device()
2097 w83793_read_value(client, W83793_REG_TEMP_LOW_BITS); in w83793_update_device()
2102 w83793_read_value(client, in w83793_update_device()
2108 w83793_read_value(client, W83793_REG_ALARM(i)); in w83793_update_device()
2110 data->vid[0] = w83793_read_value(client, W83793_REG_VID_INA); in w83793_update_device()
2112 data->vid[1] = w83793_read_value(client, W83793_REG_VID_INB); in w83793_update_device()
2126 static u8 w83793_read_value(struct i2c_client *client, u16 reg) in w83793_read_value() function