HomeSort by: relevance | last modified time | path
    Searched defs:top32 (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_hwmgr.c 300 uint32_t top32, bottom32; local in function:vega12_init_dpm_defaults
368 top32 = smum_get_argument(hwmgr);
372 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
amdgpu_vega12_hwmgr.c 300 uint32_t top32, bottom32; local in function:vega12_init_dpm_defaults
368 top32 = smum_get_argument(hwmgr);
372 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
amdgpu_vega12_hwmgr.c 300 uint32_t top32, bottom32; local in function:vega12_init_dpm_defaults
368 top32 = smum_get_argument(hwmgr);
372 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
amdgpu_vega12_hwmgr.c 300 uint32_t top32, bottom32; local in function:vega12_init_dpm_defaults
368 top32 = smum_get_argument(hwmgr);
372 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
amdgpu_vega20_hwmgr.c 338 uint32_t top32, bottom32; local in function:vega20_init_dpm_defaults
411 top32 = smum_get_argument(hwmgr);
415 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
amdgpu_vega20_hwmgr.c 338 uint32_t top32, bottom32; local in function:vega20_init_dpm_defaults
411 top32 = smum_get_argument(hwmgr);
415 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
amdgpu_vega20_hwmgr.c 338 uint32_t top32, bottom32; local in function:vega20_init_dpm_defaults
411 top32 = smum_get_argument(hwmgr);
415 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
amdgpu_vega20_hwmgr.c 338 uint32_t top32, bottom32; local in function:vega20_init_dpm_defaults
411 top32 = smum_get_argument(hwmgr);
415 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
amdgpu_vega10_hwmgr.c 367 uint32_t top32, bottom32; local in function:vega10_init_dpm_defaults
514 top32 = smum_get_argument(hwmgr);
518 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
2433 uint32_t top32, bottom32; local in function:vega10_populate_and_upload_avfs_fuse_override
2440 top32 = smum_get_argument(hwmgr);
2445 serial_number = ((uint64_t)bottom32 << 32) | top32;
amdgpu_vega10_hwmgr.c 367 uint32_t top32, bottom32; local in function:vega10_init_dpm_defaults
514 top32 = smum_get_argument(hwmgr);
518 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
2433 uint32_t top32, bottom32; local in function:vega10_populate_and_upload_avfs_fuse_override
2440 top32 = smum_get_argument(hwmgr);
2445 serial_number = ((uint64_t)bottom32 << 32) | top32;
amdgpu_vega10_hwmgr.c 367 uint32_t top32, bottom32; local in function:vega10_init_dpm_defaults
514 top32 = smum_get_argument(hwmgr);
518 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
2433 uint32_t top32, bottom32; local in function:vega10_populate_and_upload_avfs_fuse_override
2440 top32 = smum_get_argument(hwmgr);
2445 serial_number = ((uint64_t)bottom32 << 32) | top32;
amdgpu_vega10_hwmgr.c 367 uint32_t top32, bottom32; local in function:vega10_init_dpm_defaults
514 top32 = smum_get_argument(hwmgr);
518 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
2433 uint32_t top32, bottom32; local in function:vega10_populate_and_upload_avfs_fuse_override
2440 top32 = smum_get_argument(hwmgr);
2445 serial_number = ((uint64_t)bottom32 << 32) | top32;

Completed in 160 milliseconds