Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Daspeed-pwm-tacho.c145 #define PWM_MAX 255 macro
489 dc_time_on = (fan_ctrl * period) / PWM_MAX; in aspeed_set_pwm_port_fan_ctrl()
590 if (fan_ctrl < 0 || fan_ctrl > PWM_MAX) in pwm_store()
/linux/drivers/platform/x86/uniwill/
H A Duniwill-acpi.c308 #define PWM_MAX 200 macro
896 *val = fixp_linear_interpolate(0, 0, PWM_MAX, U8_MAX, value); in uniwill_read()