Home
last modified time | relevance | path

Searched refs:RCU_UC_EVENTS (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Dtonga_smc.c601 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()
Dfiji_smc.c599 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()
Diceland_smc.c303 if (REG_GET_FIELD(val, RCU_UC_EVENTS, boot_seq_done) == 0) in iceland_smu_upload_firmware_image()
/drivers/gpu/drm/radeon/
Dcikd.h88 #define RCU_UC_EVENTS 0xC0000004 macro
Dci_dpm.c2075 if (RREG32_SMC(RCU_UC_EVENTS) & BOOT_SEQ_DONE) in ci_upload_firmware()