Lines Matching refs:w83793_read_value

283 static u8 w83793_read_value(struct i2c_client *client, u16 reg);
392 data->beeps[index] = w83793_read_value(client, W83793_REG_BEEP(index)); in store_beep()
425 data->beep_enable = w83793_read_value(client, W83793_REG_OVT_BEEP) in store_beep_enable()
453 reg = w83793_read_value(client, W83793_REG_CLR_CHASSIS); in store_chassis_clear()
551 w83793_read_value(client, W83793_REG_PWM(index, nr)) & 0xc0; in store_pwm()
675 w83793_read_value(client, W83793_REG_TEMP_MODE[index]); in store_temp_mode()
729 w83793_read_value(client, W83793_REG_PWM_DEFAULT) & 0xc0; in store_sf_setup()
745 w83793_read_value(client, W83793_REG_TEMP_CRITICAL) & 0x80; in store_sf_setup()
835 w83793_read_value(client, W83793_REG_PWM_ENABLE); in store_sf_ctrl()
848 w83793_read_value(client, W83793_REG_TEMP_CRUISE(index)); in store_sf_ctrl()
858 w83793_read_value(client, W83793_REG_TEMP_TOL(i)); in store_sf_ctrl()
902 w83793_read_value(client, W83793_REG_SF2_PWM(index, nr)) & 0xc0; in store_sf2_pwm()
943 w83793_read_value(client, W83793_REG_SF2_TEMP(index, nr)) & 0x80; in store_sf2_temp()
998 w83793_read_value(client, W83793_REG_IN_LOW_BITS[nr]); in store_in()
1181 w83793_read_value(client, W83793_REG_CONFIG) | 0x01); in w83793_init_client()
1526 tmp = w83793_read_value(client, W83793_REG_CONFIG); in w83793_remove()
1586 tmp = w83793_read_value(client, W83793_REG_I2C_SUBADDR); in w83793_detect_subclients()
1689 tmp = w83793_read_value(client, W83793_REG_MFC); in w83793_probe()
1690 val = w83793_read_value(client, W83793_REG_FANIN_CTRL); in w83793_probe()
1732 tmp = w83793_read_value(client, W83793_REG_FANIN_SEL); in w83793_probe()
1747 tmp = w83793_read_value(client, W83793_REG_TEMP_MODE[0]); in w83793_probe()
1757 tmp = w83793_read_value(client, W83793_REG_TEMP_MODE[1]); in w83793_probe()
1852 tmp = w83793_read_value(client, W83793_REG_CONFIG); in w83793_probe()
1860 w83793_read_value(data->client, W83793_REG_WDT_STATUS) & 0x01; in w83793_probe()
1955 w83793_read_value(client, W83793_REG_IN[j][i]); in w83793_update_nonvolatile()
1958 w83793_read_value(client, W83793_REG_IN_LOW_BITS[i]); in w83793_update_nonvolatile()
1966 w83793_read_value(client, W83793_REG_FAN_MIN(i)) << 8; in w83793_update_nonvolatile()
1968 w83793_read_value(client, W83793_REG_FAN_MIN(i) + 1); in w83793_update_nonvolatile()
1975 w83793_read_value(client, W83793_REG_TEMP_FAN_MAP(i)); in w83793_update_nonvolatile()
1978 w83793_read_value(client, W83793_REG_TEMP[i][j]); in w83793_update_nonvolatile()
1981 w83793_read_value(client, W83793_REG_TEMP_CRUISE(i)); in w83793_update_nonvolatile()
1984 w83793_read_value(client, W83793_REG_SF2_PWM(i, j)); in w83793_update_nonvolatile()
1986 w83793_read_value(client, in w83793_update_nonvolatile()
1993 w83793_read_value(client, W83793_REG_TEMP_MODE[i]); in w83793_update_nonvolatile()
1997 w83793_read_value(client, W83793_REG_TEMP_TOL(i)); in w83793_update_nonvolatile()
2004 w83793_read_value(client, W83793_REG_PWM(i, PWM_NONSTOP)); in w83793_update_nonvolatile()
2006 w83793_read_value(client, W83793_REG_PWM(i, PWM_START)); in w83793_update_nonvolatile()
2008 w83793_read_value(client, W83793_REG_PWM_STOP_TIME(i)); in w83793_update_nonvolatile()
2011 data->pwm_default = w83793_read_value(client, W83793_REG_PWM_DEFAULT); in w83793_update_nonvolatile()
2012 data->pwm_enable = w83793_read_value(client, W83793_REG_PWM_ENABLE); in w83793_update_nonvolatile()
2013 data->pwm_uptime = w83793_read_value(client, W83793_REG_PWM_UPTIME); in w83793_update_nonvolatile()
2014 data->pwm_downtime = w83793_read_value(client, W83793_REG_PWM_DOWNTIME); in w83793_update_nonvolatile()
2016 w83793_read_value(client, W83793_REG_TEMP_CRITICAL); in w83793_update_nonvolatile()
2017 data->beep_enable = w83793_read_value(client, W83793_REG_OVT_BEEP); in w83793_update_nonvolatile()
2020 data->beeps[i] = w83793_read_value(client, W83793_REG_BEEP(i)); in w83793_update_nonvolatile()
2040 w83793_read_value(client, W83793_REG_IN[i][IN_READ]); in w83793_update_device()
2043 w83793_read_value(client, W83793_REG_IN_LOW_BITS[IN_READ]); in w83793_update_device()
2049 w83793_read_value(client, W83793_REG_FAN(i)) << 8; in w83793_update_device()
2051 w83793_read_value(client, W83793_REG_FAN(i) + 1); in w83793_update_device()
2058 w83793_read_value(client, W83793_REG_TEMP[i][TEMP_READ]); in w83793_update_device()
2062 w83793_read_value(client, W83793_REG_TEMP_LOW_BITS); in w83793_update_device()
2067 w83793_read_value(client, in w83793_update_device()
2073 w83793_read_value(client, W83793_REG_ALARM(i)); in w83793_update_device()
2075 data->vid[0] = w83793_read_value(client, W83793_REG_VID_INA); in w83793_update_device()
2077 data->vid[1] = w83793_read_value(client, W83793_REG_VID_INB); in w83793_update_device()
2091 static u8 w83793_read_value(struct i2c_client *client, u16 reg) in w83793_read_value() function