Home
last modified time | relevance | path

Searched refs:SMC_SYSCON_RESET_CNTL (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
Dsi_smc.c115 u32 tmp = RREG32_SMC(SMC_SYSCON_RESET_CNTL); in si_start_smc()
119 WREG32_SMC(SMC_SYSCON_RESET_CNTL, tmp); in si_start_smc()
131 tmp = RREG32_SMC(SMC_SYSCON_RESET_CNTL); in si_reset_smc()
133 WREG32_SMC(SMC_SYSCON_RESET_CNTL, tmp); in si_reset_smc()
163 u32 rst = RREG32_SMC(SMC_SYSCON_RESET_CNTL); in si_is_smc_running()
Dci_smc.c116 u32 tmp = RREG32_SMC(SMC_SYSCON_RESET_CNTL); in ci_start_smc()
119 WREG32_SMC(SMC_SYSCON_RESET_CNTL, tmp); in ci_start_smc()
124 u32 tmp = RREG32_SMC(SMC_SYSCON_RESET_CNTL); in ci_reset_smc()
127 WREG32_SMC(SMC_SYSCON_RESET_CNTL, tmp); in ci_reset_smc()
Dsid.h68 #define SMC_SYSCON_RESET_CNTL 0x80000000 macro
Dcikd.h74 #define SMC_SYSCON_RESET_CNTL 0x80000000 macro
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dfiji_smc.c350 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1);
569 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1); in fiji_smu_start_in_protection_mode()
586 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 0); in fiji_smu_start_in_protection_mode()
675 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1); in fiji_smu_start_in_non_protection_mode()
692 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 0); in fiji_smu_start_in_non_protection_mode()
Dtonga_smc.c350 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1);
571 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1); in tonga_smu_start_in_protection_mode()
588 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 0); in tonga_smu_start_in_protection_mode()
676 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1); in tonga_smu_start_in_non_protection_mode()
693 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 0); in tonga_smu_start_in_non_protection_mode()
Diceland_smc.c128 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 0); in iceland_start_smc()
136 val = REG_SET_FIELD(val, SMC_SYSCON_RESET_CNTL, rst_reg, 1); in iceland_reset_smc()