Home
last modified time | relevance | path

Searched refs:REG_PWM (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/hwmon/
Dnct6775.c786 const u16 *REG_PWM[7]; /* [0]=pwm, [1]=pwm_start, [2]=pwm_floor, member
1304 for (j = 0; j < ARRAY_SIZE(data->REG_PWM); j++) { in nct6775_update_pwm()
1305 if (data->REG_PWM[j] && data->REG_PWM[j][i]) { in nct6775_update_pwm()
1308 data->REG_PWM[j][i]); in nct6775_update_pwm()
2259 nct6775_write_value(data, data->REG_PWM[index][nr], val); in store_pwm()
2374 nct6775_write_value(data, data->REG_PWM[0][nr], 255); in store_pwm_enable()
2907 if (nr == 19 && data->REG_PWM[3] == NULL) /* pwm_max */ in nct6775_pwm_is_visible()
2909 if (nr == 20 && data->REG_PWM[4] == NULL) /* pwm_step */ in nct6775_pwm_is_visible()
2911 if (nr == 21 && data->REG_PWM[6] == NULL) /* weight_duty_base */ in nct6775_pwm_is_visible()
3386 data->REG_PWM[0] = NCT6106_REG_PWM; in nct6775_probe()
[all …]
Dw83627ehf.c438 const u16 *REG_PWM; member
751 data->pwm[i] = w83627ehf_read_value(data, data->REG_PWM[i]); in nct6775_update_pwm()
775 data->pwm[i] = w83627ehf_read_value(data, data->REG_PWM[i]); in w83627ehf_update_pwm()
1441 w83627ehf_write_value(data, data->REG_PWM[nr], val); in store_pwm()
2309 data->REG_PWM = NCT6775_REG_PWM; in w83627ehf_probe()
2322 data->REG_PWM = NCT6775_REG_PWM; in w83627ehf_probe()
2333 data->REG_PWM = W83627EHF_REG_PWM; in w83627ehf_probe()
2348 data->REG_PWM = W83627EHF_REG_PWM; in w83627ehf_probe()