bottom32          360 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	uint32_t top32, bottom32;
bottom32          509 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	bottom32 = smum_get_argument(hwmgr);
bottom32          511 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
bottom32         2422 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	uint32_t top32, bottom32;
bottom32         2432 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	bottom32 = smum_get_argument(hwmgr);
bottom32         2434 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	serial_number = ((uint64_t)bottom32 << 32) | top32;
bottom32          293 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	uint32_t top32, bottom32;
bottom32          363 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	bottom32 = smum_get_argument(hwmgr);
bottom32          365 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c 	adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
bottom32          328 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	uint32_t top32, bottom32;
bottom32          403 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	bottom32 = smum_get_argument(hwmgr);
bottom32          405 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c 	adev->unique_id = ((uint64_t)bottom32 << 32) | top32;