Searched refs:top32 (Results 1 – 2 of 2) sorted by relevance
300 uint32_t top32, bottom32; in vega12_init_dpm_defaults() local367 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()
335 uint32_t top32, bottom32; in vega20_init_dpm_defaults() local407 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()