OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TACH_PERIOD
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu7_thermal.c
90
uint32_t
tach_period
;
local in function:smu7_fan_ctrl_get_fan_speed_rpm
97
tach_period
= PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC,
98
CG_TACH_STATUS,
TACH_PERIOD
);
100
if (
tach_period
== 0)
105
*speed = 60 * crystal_clock_freq * 10000 /
tach_period
;
262
uint32_t
tach_period
;
local in function:smu7_fan_ctrl_set_fan_speed_rpm
278
tach_period
= 60 * crystal_clock_freq * 10000 / (8 * speed);
281
CG_TACH_CTRL, TARGET_PERIOD,
tach_period
);
amdgpu_vega10_thermal.c
100
uint32_t
tach_period
;
local in function:vega10_fan_ctrl_get_fan_speed_rpm
110
tach_period
=
113
TACH_PERIOD
);
115
if (
tach_period
== 0)
120
*speed = 60 * crystal_clock_freq * 10000 /
tach_period
;
315
uint32_t
tach_period
;
local in function:vega10_fan_ctrl_set_fan_speed_rpm
330
tach_period
= 60 * crystal_clock_freq * 10000 / (8 * speed);
334
tach_period
));
/src/sys/external/bsd/drm2/dist/drm/radeon/
cikd.h
240
# define
TACH_PERIOD
(x) ((x) << 0)
sid.h
238
# define
TACH_PERIOD
(x) ((x) << 0)
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
sid.h
240
# define
TACH_PERIOD
(x) ((x) << 0)
Completed in 23 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025