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()
1584 tmp = w83793_read_value(client, W83793_REG_I2C_SUBADDR); in w83793_detect_subclients()
1687 tmp = w83793_read_value(client, W83793_REG_MFC); in w83793_probe()
1688 val = w83793_read_value(client, W83793_REG_FANIN_CTRL); in w83793_probe()
1730 tmp = w83793_read_value(client, W83793_REG_FANIN_SEL); in w83793_probe()
1745 tmp = w83793_read_value(client, W83793_REG_TEMP_MODE[0]); in w83793_probe()
1755 tmp = w83793_read_value(client, W83793_REG_TEMP_MODE[1]); in w83793_probe()
1850 tmp = w83793_read_value(client, W83793_REG_CONFIG); in w83793_probe()
1858 w83793_read_value(data->client, W83793_REG_WDT_STATUS) & 0x01; in w83793_probe()
1953 w83793_read_value(client, W83793_REG_IN[j][i]); in w83793_update_nonvolatile()
1956 w83793_read_value(client, W83793_REG_IN_LOW_BITS[i]); in w83793_update_nonvolatile()
1964 w83793_read_value(client, W83793_REG_FAN_MIN(i)) << 8; in w83793_update_nonvolatile()
1966 w83793_read_value(client, W83793_REG_FAN_MIN(i) + 1); in w83793_update_nonvolatile()
1973 w83793_read_value(client, W83793_REG_TEMP_FAN_MAP(i)); in w83793_update_nonvolatile()
1976 w83793_read_value(client, W83793_REG_TEMP[i][j]); in w83793_update_nonvolatile()
1979 w83793_read_value(client, W83793_REG_TEMP_CRUISE(i)); in w83793_update_nonvolatile()
1982 w83793_read_value(client, W83793_REG_SF2_PWM(i, j)); in w83793_update_nonvolatile()
1984 w83793_read_value(client, in w83793_update_nonvolatile()
1991 w83793_read_value(client, W83793_REG_TEMP_MODE[i]); in w83793_update_nonvolatile()
1995 w83793_read_value(client, W83793_REG_TEMP_TOL(i)); in w83793_update_nonvolatile()
2002 w83793_read_value(client, W83793_REG_PWM(i, PWM_NONSTOP)); in w83793_update_nonvolatile()
2004 w83793_read_value(client, W83793_REG_PWM(i, PWM_START)); in w83793_update_nonvolatile()
2006 w83793_read_value(client, W83793_REG_PWM_STOP_TIME(i)); in w83793_update_nonvolatile()
2009 data->pwm_default = w83793_read_value(client, W83793_REG_PWM_DEFAULT); in w83793_update_nonvolatile()
2010 data->pwm_enable = w83793_read_value(client, W83793_REG_PWM_ENABLE); in w83793_update_nonvolatile()
2011 data->pwm_uptime = w83793_read_value(client, W83793_REG_PWM_UPTIME); in w83793_update_nonvolatile()
2012 data->pwm_downtime = w83793_read_value(client, W83793_REG_PWM_DOWNTIME); in w83793_update_nonvolatile()
2014 w83793_read_value(client, W83793_REG_TEMP_CRITICAL); in w83793_update_nonvolatile()
2015 data->beep_enable = w83793_read_value(client, W83793_REG_OVT_BEEP); in w83793_update_nonvolatile()
2018 data->beeps[i] = w83793_read_value(client, W83793_REG_BEEP(i)); in w83793_update_nonvolatile()
2038 w83793_read_value(client, W83793_REG_IN[i][IN_READ]); in w83793_update_device()
2041 w83793_read_value(client, W83793_REG_IN_LOW_BITS[IN_READ]); in w83793_update_device()
2047 w83793_read_value(client, W83793_REG_FAN(i)) << 8; in w83793_update_device()
2049 w83793_read_value(client, W83793_REG_FAN(i) + 1); in w83793_update_device()
2056 w83793_read_value(client, W83793_REG_TEMP[i][TEMP_READ]); in w83793_update_device()
2060 w83793_read_value(client, W83793_REG_TEMP_LOW_BITS); in w83793_update_device()
2065 w83793_read_value(client, in w83793_update_device()
2071 w83793_read_value(client, W83793_REG_ALARM(i)); in w83793_update_device()
2073 data->vid[0] = w83793_read_value(client, W83793_REG_VID_INA); in w83793_update_device()
2075 data->vid[1] = w83793_read_value(client, W83793_REG_VID_INB); in w83793_update_device()
2089 static u8 w83793_read_value(struct i2c_client *client, u16 reg) in w83793_read_value() function