Home
last modified time | relevance | path

Searched refs:ixCG_CLKPIN_CNTL (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/include/asic_reg/smu/
Dsmu_7_0_0_d.h56 #define ixCG_CLKPIN_CNTL 0xc05001a0 macro
Dsmu_7_1_1_d.h56 #define ixCG_CLKPIN_CNTL 0xc05001a0 macro
Dsmu_7_1_2_d.h56 #define ixCG_CLKPIN_CNTL 0xc05001a0 macro
Dsmu_7_1_3_d.h59 #define ixCG_CLKPIN_CNTL 0xc05001a0 macro
Dsmu_7_0_1_d.h56 #define ixCG_CLKPIN_CNTL 0xc05001a0 macro
Dsmu_7_1_0_d.h56 #define ixCG_CLKPIN_CNTL 0xc05001a0 macro
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dcik.c845 if (RREG32_SMC(ixCG_CLKPIN_CNTL) & CG_CLKPIN_CNTL__XTALIN_DIVIDE_MASK) in cik_get_xclk()
1845 orig = data = RREG32_SMC(ixCG_CLKPIN_CNTL); in cik_program_aspm()
1848 WREG32_SMC(ixCG_CLKPIN_CNTL, data); in cik_program_aspm()
Dvi.c300 tmp = RREG32_SMC(ixCG_CLKPIN_CNTL); in vi_get_xclk()