Searched refs:PWM_TO_REG (Results 1 – 3 of 3) sorted by relevance
152 #define PWM_TO_REG(val) clamp_val(val, 0, 255) macro705 data->pwm[nr] = PWM_TO_REG(val); in pwm_store()1075 data->autofan[nr].min_pwm = PWM_TO_REG(val); in pwm_auto_pwm_min_store()
221 #define PWM_TO_REG(val) (clamp_val((val), 0, 255) >> 4) macro493 data->pwm[nr] = PWM_TO_REG(val); in pwm_store()
136 static inline u8 PWM_TO_REG(int val, int inv) in PWM_TO_REG() function1260 data->pwm[attr->index] = PWM_TO_REG(val, in pwm_store()