OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bottom32
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_hwmgr.c
300
uint32_t top32,
bottom32
;
local
370
bottom32
= smum_get_argument(hwmgr);
372
adev->unique_id = ((uint64_t)
bottom32
<< 32) | top32;
amdgpu_vega20_hwmgr.c
338
uint32_t top32,
bottom32
;
local
413
bottom32
= smum_get_argument(hwmgr);
415
adev->unique_id = ((uint64_t)
bottom32
<< 32) | top32;
amdgpu_vega10_hwmgr.c
367
uint32_t top32,
bottom32
;
local
516
bottom32
= smum_get_argument(hwmgr);
518
adev->unique_id = ((uint64_t)
bottom32
<< 32) | top32;
2433
uint32_t top32,
bottom32
;
local
2443
bottom32
= smum_get_argument(hwmgr);
2445
serial_number = ((uint64_t)
bottom32
<< 32) | top32;
Completed in 20 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026