OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crystal_clock_freq
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu7_thermal.c
91
uint32_t
crystal_clock_freq
;
local in function:smu7_fan_ctrl_get_fan_speed_rpm
103
crystal_clock_freq
= amdgpu_asic_get_xclk((struct amdgpu_device *)hwmgr->adev);
105
*speed = 60 *
crystal_clock_freq
* 10000 / tach_period;
263
uint32_t
crystal_clock_freq
;
local in function:smu7_fan_ctrl_set_fan_speed_rpm
276
crystal_clock_freq
= amdgpu_asic_get_xclk((struct amdgpu_device *)hwmgr->adev);
278
tach_period = 60 *
crystal_clock_freq
* 10000 / (8 * speed);
amdgpu_vega10_thermal.c
101
uint32_t
crystal_clock_freq
;
local in function:vega10_fan_ctrl_get_fan_speed_rpm
118
crystal_clock_freq
= amdgpu_asic_get_xclk((struct amdgpu_device *)hwmgr->adev);
120
*speed = 60 *
crystal_clock_freq
* 10000 / tach_period;
316
uint32_t
crystal_clock_freq
;
local in function:vega10_fan_ctrl_set_fan_speed_rpm
329
crystal_clock_freq
= amdgpu_asic_get_xclk((struct amdgpu_device *)hwmgr->adev);
330
tach_period = 60 *
crystal_clock_freq
* 10000 / (8 * speed);
amdgpu_vega20_thermal.c
194
uint32_t tach_period,
crystal_clock_freq
;
local in function:vega20_fan_ctrl_set_fan_speed_rpm
206
crystal_clock_freq
= amdgpu_asic_get_xclk((struct amdgpu_device *)hwmgr->adev);
207
tach_period = 60 *
crystal_clock_freq
* 10000 / (8 * speed);
amdgpu_smu7_thermal.c
91
uint32_t
crystal_clock_freq
;
local in function:smu7_fan_ctrl_get_fan_speed_rpm
103
crystal_clock_freq
= amdgpu_asic_get_xclk((struct amdgpu_device *)hwmgr->adev);
105
*speed = 60 *
crystal_clock_freq
* 10000 / tach_period;
263
uint32_t
crystal_clock_freq
;
local in function:smu7_fan_ctrl_set_fan_speed_rpm
276
crystal_clock_freq
= amdgpu_asic_get_xclk((struct amdgpu_device *)hwmgr->adev);
278
tach_period = 60 *
crystal_clock_freq
* 10000 / (8 * speed);
amdgpu_vega10_thermal.c
101
uint32_t
crystal_clock_freq
;
local in function:vega10_fan_ctrl_get_fan_speed_rpm
118
crystal_clock_freq
= amdgpu_asic_get_xclk((struct amdgpu_device *)hwmgr->adev);
120
*speed = 60 *
crystal_clock_freq
* 10000 / tach_period;
316
uint32_t
crystal_clock_freq
;
local in function:vega10_fan_ctrl_set_fan_speed_rpm
329
crystal_clock_freq
= amdgpu_asic_get_xclk((struct amdgpu_device *)hwmgr->adev);
330
tach_period = 60 *
crystal_clock_freq
* 10000 / (8 * speed);
amdgpu_vega20_thermal.c
194
uint32_t tach_period,
crystal_clock_freq
;
local in function:vega20_fan_ctrl_set_fan_speed_rpm
206
crystal_clock_freq
= amdgpu_asic_get_xclk((struct amdgpu_device *)hwmgr->adev);
207
tach_period = 60 *
crystal_clock_freq
* 10000 / (8 * speed);
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v11_0.c
1494
uint32_t tach_period,
crystal_clock_freq
;
local in function:smu_v11_0_set_fan_speed_rpm
1503
crystal_clock_freq
= amdgpu_asic_get_xclk(adev);
1504
tach_period = 60 *
crystal_clock_freq
* 10000 / (8 * speed);
amdgpu_smu_v11_0.c
1494
uint32_t tach_period,
crystal_clock_freq
;
local in function:smu_v11_0_set_fan_speed_rpm
1503
crystal_clock_freq
= amdgpu_asic_get_xclk(adev);
1504
tach_period = 60 *
crystal_clock_freq
* 10000 / (8 * speed);
Completed in 27 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025