Searched refs:VCEPLL_RESET_MASK (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | si.c | 1938 WREG32_SMC_P(CG_VCEPLL_FUNC_CNTL, 0, ~VCEPLL_RESET_MASK); in si_set_vce_clocks() 1947 WREG32_SMC_P(CG_VCEPLL_FUNC_CNTL, VCEPLL_RESET_MASK, ~VCEPLL_RESET_MASK); in si_set_vce_clocks() 1969 WREG32_SMC_P(CG_VCEPLL_FUNC_CNTL, 0, ~VCEPLL_RESET_MASK); in si_set_vce_clocks()
|
H A D | sid.h | 2464 #define VCEPLL_RESET_MASK 0x00000001 macro
|
/linux/drivers/gpu/drm/radeon/ |
H A D | sid.h | 1931 # define VCEPLL_RESET_MASK 0x00000001 macro
|
H A D | si.c | 7500 WREG32_SMC_P(CG_VCEPLL_FUNC_CNTL, 0, ~VCEPLL_RESET_MASK); in si_set_vce_clocks() 7509 WREG32_SMC_P(CG_VCEPLL_FUNC_CNTL, VCEPLL_RESET_MASK, ~VCEPLL_RESET_MASK); in si_set_vce_clocks() 7529 WREG32_SMC_P(CG_VCEPLL_FUNC_CNTL, 0, ~VCEPLL_RESET_MASK); in si_set_vce_clocks()
|