Searched refs:max_rpm (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-pid-control/tools/ |
H A D | fan_rpm_loop_test.sh | 71 local max_rpm=$2 73 if ((min_rpm < 1 || max_rpm < min_rpm)); then 81 RunRpmSteps "${min_rpm}" "${max_rpm}" 10 30 82 RunRpmSteps "${max_rpm}" "${min_rpm}" 10 30 83 RunRpmSteps "${min_rpm}" "${max_rpm}" 1 30 84 RunRpmSteps "${max_rpm}" "${min_rpm}" 1 30
|
/openbmc/qemu/hw/misc/ |
H A D | npcm7xx_mft.c | 156 Clock *clock, uint32_t max_rpm, uint32_t duty, uint16_t tgt, in npcm7xx_mft_compute_cnt() argument 159 uint32_t rpm = (uint64_t)max_rpm * (uint64_t)duty / NPCM7XX_PWM_MAX_DUTY; in npcm7xx_mft_compute_cnt() 231 sel ? s->max_rpm[2] : s->max_rpm[0], in npcm7xx_mft_capture() 273 sel ? s->max_rpm[3] : s->max_rpm[1], in npcm7xx_mft_capture() 431 uint32_t *max_rpm = opaque; in npcm7xx_mft_set_max_rpm() local 438 *max_rpm = value; in npcm7xx_mft_set_max_rpm() 496 NULL, &s->max_rpm[i]); in npcm7xx_mft_init() 511 VMSTATE_UINT32_ARRAY(max_rpm, NPCM7xxMFTState, NPCM7XX_MFT_FANIN_COUNT),
|
/openbmc/qemu/include/hw/misc/ |
H A D | npcm7xx_mft.h | 62 uint32_t max_rpm[NPCM7XX_MFT_FANIN_COUNT]; member
|
/openbmc/openbmc-tools/pwmtachtool/src/ |
H A D | pwmtach_ioctl.h | 26 unsigned int max_rpm; member
|
H A D | pwmtach.c | 236 argp->max_rpm = RPM_MAX; in pwmtach_action() 327 if ((rpm_value < indata->min_rpm) || (rpm_value > indata->max_rpm)) in set_fan_speed()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu7_thermal.c | 45 fan_speed_info->max_rpm = hwmgr->thermal_controller.fanInfo.ulMaxRPM; in smu7_fan_ctrl_get_fan_speed_info() 48 fan_speed_info->max_rpm = 0; in smu7_fan_ctrl_get_fan_speed_info()
|
H A D | vega10_thermal.c | 57 fan_speed_info->max_rpm = in vega10_fan_ctrl_get_fan_speed_info() 61 fan_speed_info->max_rpm = 0; in vega10_fan_ctrl_get_fan_speed_info()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hardwaremanager.h | 39 uint32_t max_rpm; member
|
/openbmc/linux/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_pm.c | 2578 u32 max_rpm = 0; in amdgpu_hwmon_get_fan1_max() local 2582 (void *)&max_rpm); in amdgpu_hwmon_get_fan1_max() 2587 return sysfs_emit(buf, "%d\n", max_rpm); in amdgpu_hwmon_get_fan1_max()
|