Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-lpc32xx.c29 #define PWM_DUTY(x) ((x) & 0xFF) macro
74 val |= PWM_RELOADV(period_cycles) | PWM_DUTY(duty_cycles); in lpc32xx_pwm_config()
/linux-4.4.14/drivers/hwmon/
Dw83793.c168 #define PWM_DUTY 0 macro
1054 store_pwm, PWM_DUTY, index - 1), \
2101 data->pwm[i][PWM_DUTY] = in w83793_update_device()
2103 W83793_REG_PWM(i, PWM_DUTY)); in w83793_update_device()