Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h261 int (*set_max_fan_rpm_output)(struct pp_hwmgr *hwmgr, uint16_t us_max_fan_pwm);
262 int (*set_max_fan_pwm_output)(struct pp_hwmgr *hwmgr, uint16_t us_max_fan_pwm);
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_hwmgr.c3998 static int smu7_set_max_fan_pwm_output(struct pp_hwmgr *hwmgr, uint16_t us_max_fan_pwm) in smu7_set_max_fan_pwm_output() argument
4001 advanceFanControlParameters.usMaxFanPWM = us_max_fan_pwm; in smu7_set_max_fan_pwm_output()
4004 PPSMC_MSG_SetFanPwmMax, us_max_fan_pwm); in smu7_set_max_fan_pwm_output()