Home
last modified time | relevance | path

Searched refs:ixCG_CLKPIN_CNTL_2 (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_fiji_baco.c98 { CMD_WRITE, mmGCK_SMC_IND_INDEX, 0, 0, 0, ixCG_CLKPIN_CNTL_2 },
H A Damdgpu_ci_baco.c115 { CMD_WRITE, mmGCK_SMC_IND_INDEX, 0, 0, 0, ixCG_CLKPIN_CNTL_2 },
H A Damdgpu_polaris_baco.c110 { CMD_WRITE, mmGCK_SMC_IND_INDEX, 0, 0, 0, ixCG_CLKPIN_CNTL_2 },
H A Damdgpu_tonga_baco.c106 { CMD_WRITE, mmGCK_SMC_IND_INDEX, 0, 0, 0, ixCG_CLKPIN_CNTL_2 },
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/asic_reg/smu/
H A Dsmu_7_0_0_d.h59 #define ixCG_CLKPIN_CNTL_2 0xc05001a4 macro
H A Dsmu_7_1_1_d.h59 #define ixCG_CLKPIN_CNTL_2 0xc05001a4 macro
H A Dsmu_7_0_1_d.h60 #define ixCG_CLKPIN_CNTL_2 0xc05001a4 macro
H A Dsmu_7_1_3_d.h63 #define ixCG_CLKPIN_CNTL_2 0xc05001a4 macro
H A Dsmu_7_1_2_d.h60 #define ixCG_CLKPIN_CNTL_2 0xc05001a4 macro
H A Dsmu_7_1_0_d.h59 #define ixCG_CLKPIN_CNTL_2 0xc05001a4 macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_cik.c1775 orig = data = RREG32_SMC(ixCG_CLKPIN_CNTL_2); in cik_program_aspm()
1778 WREG32_SMC(ixCG_CLKPIN_CNTL_2, data); in cik_program_aspm()
H A Damdgpu_vi.c342 tmp = RREG32_SMC(ixCG_CLKPIN_CNTL_2); in vi_get_xclk()