Searched refs:top32 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | arcturus_ppt.c | 1708 uint32_t top32 = 0, bottom32 = 0; in arcturus_get_unique_id() local 1718 smu_cmn_send_smc_msg(smu, SMU_MSG_ReadSerialNumTop32, &top32); in arcturus_get_unique_id() 1721 id = ((uint64_t)bottom32 << 32) | top32; in arcturus_get_unique_id()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | vega10_hwmgr.c | 361 uint32_t top32, bottom32; in vega10_init_dpm_defaults() local 511 ret = smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumTop32, &top32); in vega10_init_dpm_defaults() 519 adev->unique_id = ((uint64_t)bottom32 << 32) | top32; in vega10_init_dpm_defaults() 2493 uint32_t top32, bottom32; in vega10_populate_and_upload_avfs_fuse_override() local 2499 result = smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumTop32, &top32); in vega10_populate_and_upload_avfs_fuse_override() 2505 serial_number = ((uint64_t)bottom32 << 32) | top32; in vega10_populate_and_upload_avfs_fuse_override()
|
| H A D | vega12_hwmgr.c | 300 uint32_t top32, bottom32; in vega12_init_dpm_defaults() local 367 ret = smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumTop32, &top32); in vega12_init_dpm_defaults() 374 adev->unique_id = ((uint64_t)bottom32 << 32) | top32; in vega12_init_dpm_defaults()
|
| H A D | vega20_hwmgr.c | 335 uint32_t top32, bottom32; in vega20_init_dpm_defaults() local 407 ret = smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumTop32, &top32); in vega20_init_dpm_defaults() 415 adev->unique_id = ((uint64_t)bottom32 << 32) | top32; in vega20_init_dpm_defaults()
|