Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.c363 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()
2478 uint32_t top32, bottom32; in vega10_populate_and_upload_avfs_fuse_override() local
2486 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumBottom32, &bottom32); in vega10_populate_and_upload_avfs_fuse_override()
2488 serial_number = ((uint64_t)bottom32 << 32) | top32; in vega10_populate_and_upload_avfs_fuse_override()
H A Dvega12_hwmgr.c301 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()
H A Dvega20_hwmgr.c336 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c2120 uint32_t top32 = 0, bottom32 = 0, smu_version; in arcturus_get_unique_id() local
2136 smu_cmn_send_smc_msg(smu, SMU_MSG_ReadSerialNumBottom32, &bottom32); in arcturus_get_unique_id()
2138 id = ((uint64_t)bottom32 << 32) | top32; in arcturus_get_unique_id()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c300 uint32_t top32, bottom32; in vega12_init_dpm_defaults() local
368 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumBottom32, &bottom32); in vega12_init_dpm_defaults()
370 adev->unique_id = ((uint64_t)bottom32 << 32) | top32; in vega12_init_dpm_defaults()
H A Dvega10_hwmgr.c362 uint32_t top32, bottom32; in vega10_init_dpm_defaults() local
509 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumBottom32, &bottom32); in vega10_init_dpm_defaults()
511 adev->unique_id = ((uint64_t)bottom32 << 32) | top32; in vega10_init_dpm_defaults()
2478 uint32_t top32, bottom32; in vega10_populate_and_upload_avfs_fuse_override() local
2486 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumBottom32, &bottom32); in vega10_populate_and_upload_avfs_fuse_override()
2488 serial_number = ((uint64_t)bottom32 << 32) | top32; in vega10_populate_and_upload_avfs_fuse_override()
H A Dvega20_hwmgr.c335 uint32_t top32, bottom32; in vega20_init_dpm_defaults() local
408 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_ReadSerialNumBottom32, &bottom32); in vega20_init_dpm_defaults()
410 adev->unique_id = ((uint64_t)bottom32 << 32) | top32; in vega20_init_dpm_defaults()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c2217 uint32_t top32 = 0, bottom32 = 0, smu_version; in arcturus_get_unique_id() local
2233 smu_cmn_send_smc_msg(smu, SMU_MSG_ReadSerialNumBottom32, &bottom32); in arcturus_get_unique_id()
2235 id = ((uint64_t)bottom32 << 32) | top32; in arcturus_get_unique_id()

Completed in 38 milliseconds