Searched refs:bottom32 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c300 uint32_t top32, bottom32; local
368 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumBottom32, &bottom32);
370 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
H A Dvega10_hwmgr.c362 uint32_t top32, bottom32; local
509 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumBottom32, &bottom32);
511 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
2478 uint32_t top32, bottom32; local
2486 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumBottom32, &bottom32);
2488 serial_number = ((uint64_t)bottom32 << 32) | top32;
H A Dvega20_hwmgr.c335 uint32_t top32, bottom32; local
408 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumBottom32, &bottom32);
410 adev->unique_id = ((uint64_t)bottom32 << 32) | top32;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c2140 uint32_t top32 = 0, bottom32 = 0; local
2151 smu_cmn_send_smc_msg(smu, SMU_MSG_ReadSerialNumBottom32, &bottom32);
2153 id = ((uint64_t)bottom32 << 32) | top32;

Completed in 277 milliseconds