Searched refs:CG_UPLL_FUNC_CNTL_3 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | rv770.c | 78 WREG32_P(CG_UPLL_FUNC_CNTL_3, UPLL_FB_DIV(0x50000), ~UPLL_FB_DIV_MASK); in rv770_set_uvd_clocks() 85 WREG32_P(CG_UPLL_FUNC_CNTL_3, UPLL_FB_DIV(1), ~UPLL_FB_DIV(1)); in rv770_set_uvd_clocks() 103 WREG32_P(CG_UPLL_FUNC_CNTL_3, UPLL_FB_DIV(fb_div), in rv770_set_uvd_clocks() 116 WREG32_P(CG_UPLL_FUNC_CNTL_3, 0, ~UPLL_FB_DIV(1)); in rv770_set_uvd_clocks()
|
D | rv770d.h | 61 #define CG_UPLL_FUNC_CNTL_3 0x720 macro
|
D | sid.h | 145 #define CG_UPLL_FUNC_CNTL_3 0x63C macro
|
D | evergreend.h | 366 #define CG_UPLL_FUNC_CNTL_3 0x720 macro
|
D | evergreen.c | 1233 WREG32_P(CG_UPLL_FUNC_CNTL_3, UPLL_FB_DIV(fb_div), ~UPLL_FB_DIV_MASK); in evergreen_set_uvd_clocks()
|
D | si.c | 7371 WREG32_P(CG_UPLL_FUNC_CNTL_3, UPLL_FB_DIV(fb_div), ~UPLL_FB_DIV_MASK); in si_set_uvd_clocks()
|