Searched refs:PWM_FREQ (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/hwmon/
H A Dw83795.c197 #define PWM_FREQ 1 macro
556 for (tmp = PWM_FREQ; tmp <= PWM_STOP_TIME; tmp++) w83795_update_pwm_config()
855 case PWM_FREQ: show_pwm()
886 case PWM_FREQ: store_pwm()
1657 show_pwm, store_pwm, PWM_FREQ, index - 1), \
H A Ddme1737.c471 static const int PWM_FREQ[] = {11, 15, 22, 29, 35, 44, 59, 88, variable
476 return PWM_FREQ[reg & 0x0f]; PWM_FREQ_FROM_REG()
490 if (val > (PWM_FREQ[i] + PWM_FREQ[i - 1] + 1) / 2) PWM_FREQ_TO_REG()

Completed in 137 milliseconds