Searched refs:RCU_UC_EVENTS (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | tonga_smc.c | 601 if (REG_GET_FIELD(val, RCU_UC_EVENTS, INTERRUPTS_ENABLED)) in tonga_smu_start_in_protection_mode() 660 val = REG_GET_FIELD(val, RCU_UC_EVENTS, boot_seq_done); in tonga_smu_start_in_non_protection_mode()
|
D | fiji_smc.c | 599 if (REG_GET_FIELD(val, RCU_UC_EVENTS, INTERRUPTS_ENABLED)) in fiji_smu_start_in_protection_mode() 659 val = REG_GET_FIELD(val, RCU_UC_EVENTS, boot_seq_done); in fiji_smu_start_in_non_protection_mode()
|
D | iceland_smc.c | 303 if (REG_GET_FIELD(val, RCU_UC_EVENTS, boot_seq_done) == 0) in iceland_smu_upload_firmware_image()
|
/drivers/gpu/drm/radeon/ |
D | cikd.h | 88 #define RCU_UC_EVENTS 0xC0000004 macro
|
D | ci_dpm.c | 2075 if (RREG32_SMC(RCU_UC_EVENTS) & BOOT_SEQ_DONE) in ci_upload_firmware()
|