Searched refs:bottom32 (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | arcturus_ppt.c | 2215 uint32_t top32 = 0, bottom32 = 0, smu_version; in arcturus_get_unique_id() local 2231 smu_cmn_send_smc_msg(smu, SMU_MSG_ReadSerialNumBottom32, &bottom32); in arcturus_get_unique_id() 2233 id = ((uint64_t)bottom32 << 32) | top32; in arcturus_get_unique_id()
|
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega12_hwmgr.c | 301 uint32_t top32, bottom32; in vega12_init_dpm_defaults() local 369 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumBottom32, &bottom32); in vega12_init_dpm_defaults() 371 adev->unique_id = ((uint64_t)bottom32 << 32) | top32; in vega12_init_dpm_defaults()
|
D | vega10_hwmgr.c | 363 uint32_t top32, bottom32; in vega10_init_dpm_defaults() local 510 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumBottom32, &bottom32); in vega10_init_dpm_defaults() 512 adev->unique_id = ((uint64_t)bottom32 << 32) | top32; in vega10_init_dpm_defaults() 2482 uint32_t top32, bottom32; in vega10_populate_and_upload_avfs_fuse_override() local 2490 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumBottom32, &bottom32); in vega10_populate_and_upload_avfs_fuse_override() 2492 serial_number = ((uint64_t)bottom32 << 32) | top32; in vega10_populate_and_upload_avfs_fuse_override()
|
D | vega20_hwmgr.c | 336 uint32_t top32, bottom32; in vega20_init_dpm_defaults() local 409 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumBottom32, &bottom32); in vega20_init_dpm_defaults() 411 adev->unique_id = ((uint64_t)bottom32 << 32) | top32; in vega20_init_dpm_defaults()
|