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()
1525 tmp = w83793_read_value(client, W83793_REG_CONFIG); in w83793_remove()
1583 tmp = w83793_read_value(client, W83793_REG_I2C_SUBADDR); in w83793_detect_subclients()
1686 tmp = w83793_read_value(client, W83793_REG_MFC); in w83793_probe()
1687 val = w83793_read_value(client, W83793_REG_FANIN_CTRL); in w83793_probe()
1729 tmp = w83793_read_value(client, W83793_REG_FANIN_SEL); in w83793_probe()
1744 tmp = w83793_read_value(client, W83793_REG_TEMP_MODE[0]); in w83793_probe()
1754 tmp = w83793_read_value(client, W83793_REG_TEMP_MODE[1]); in w83793_probe()
1849 tmp = w83793_read_value(client, W83793_REG_CONFIG); in w83793_probe()
1857 w83793_read_value(data->client, W83793_REG_WDT_STATUS) & 0x01; in w83793_probe()
1952 w83793_read_value(client, W83793_REG_IN[j][i]); in w83793_update_nonvolatile()
1955 w83793_read_value(client, W83793_REG_IN_LOW_BITS[i]); in w83793_update_nonvolatile()
1963 w83793_read_value(client, W83793_REG_FAN_MIN(i)) << 8; in w83793_update_nonvolatile()
1965 w83793_read_value(client, W83793_REG_FAN_MIN(i) + 1); in w83793_update_nonvolatile()
1972 w83793_read_value(client, W83793_REG_TEMP_FAN_MAP(i)); in w83793_update_nonvolatile()
1975 w83793_read_value(client, W83793_REG_TEMP[i][j]); in w83793_update_nonvolatile()
1978 w83793_read_value(client, W83793_REG_TEMP_CRUISE(i)); in w83793_update_nonvolatile()
1981 w83793_read_value(client, W83793_REG_SF2_PWM(i, j)); in w83793_update_nonvolatile()
1983 w83793_read_value(client, in w83793_update_nonvolatile()
1990 w83793_read_value(client, W83793_REG_TEMP_MODE[i]); in w83793_update_nonvolatile()
1994 w83793_read_value(client, W83793_REG_TEMP_TOL(i)); in w83793_update_nonvolatile()
2001 w83793_read_value(client, W83793_REG_PWM(i, PWM_NONSTOP)); in w83793_update_nonvolatile()
2003 w83793_read_value(client, W83793_REG_PWM(i, PWM_START)); in w83793_update_nonvolatile()
2005 w83793_read_value(client, W83793_REG_PWM_STOP_TIME(i)); in w83793_update_nonvolatile()
2008 data->pwm_default = w83793_read_value(client, W83793_REG_PWM_DEFAULT); in w83793_update_nonvolatile()
2009 data->pwm_enable = w83793_read_value(client, W83793_REG_PWM_ENABLE); in w83793_update_nonvolatile()
2010 data->pwm_uptime = w83793_read_value(client, W83793_REG_PWM_UPTIME); in w83793_update_nonvolatile()
2011 data->pwm_downtime = w83793_read_value(client, W83793_REG_PWM_DOWNTIME); in w83793_update_nonvolatile()
2013 w83793_read_value(client, W83793_REG_TEMP_CRITICAL); in w83793_update_nonvolatile()
2014 data->beep_enable = w83793_read_value(client, W83793_REG_OVT_BEEP); in w83793_update_nonvolatile()
2017 data->beeps[i] = w83793_read_value(client, W83793_REG_BEEP(i)); in w83793_update_nonvolatile()
2037 w83793_read_value(client, W83793_REG_IN[i][IN_READ]); in w83793_update_device()
2040 w83793_read_value(client, W83793_REG_IN_LOW_BITS[IN_READ]); in w83793_update_device()
2046 w83793_read_value(client, W83793_REG_FAN(i)) << 8; in w83793_update_device()
2048 w83793_read_value(client, W83793_REG_FAN(i) + 1); in w83793_update_device()
2055 w83793_read_value(client, W83793_REG_TEMP[i][TEMP_READ]); in w83793_update_device()
2059 w83793_read_value(client, W83793_REG_TEMP_LOW_BITS); in w83793_update_device()
2064 w83793_read_value(client, in w83793_update_device()
2070 w83793_read_value(client, W83793_REG_ALARM(i)); in w83793_update_device()
2072 data->vid[0] = w83793_read_value(client, W83793_REG_VID_INA); in w83793_update_device()
2074 data->vid[1] = w83793_read_value(client, W83793_REG_VID_INB); in w83793_update_device()
2088 static u8 w83793_read_value(struct i2c_client *client, u16 reg) in w83793_read_value() function