Searched refs:UPLL_FB_DIV (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | rv770.c | 82 WREG32_P(CG_UPLL_FUNC_CNTL_3, UPLL_FB_DIV(0x50000), ~UPLL_FB_DIV_MASK); in rv770_set_uvd_clocks() 89 WREG32_P(CG_UPLL_FUNC_CNTL_3, UPLL_FB_DIV(1), ~UPLL_FB_DIV(1)); in rv770_set_uvd_clocks() 107 WREG32_P(CG_UPLL_FUNC_CNTL_3, UPLL_FB_DIV(fb_div), in rv770_set_uvd_clocks() 120 WREG32_P(CG_UPLL_FUNC_CNTL_3, 0, ~UPLL_FB_DIV(1)); in rv770_set_uvd_clocks()
|
| D | rv770d.h | 62 # define UPLL_FB_DIV(x) ((x) << 0) macro
|
| D | sid.h | 146 # define UPLL_FB_DIV(x) ((x) << 0) macro
|
| D | evergreend.h | 367 # define UPLL_FB_DIV(x) ((x) << 0) macro
|
| D | r600d.h | 1561 # define UPLL_FB_DIV(x) ((x) << 4) macro
|
| D | r600.c | 257 UPLL_FB_DIV(fb_div) | in r600_set_uvd_clocks()
|
| D | evergreen.c | 1241 WREG32_P(CG_UPLL_FUNC_CNTL_3, UPLL_FB_DIV(fb_div), ~UPLL_FB_DIV_MASK); in evergreen_set_uvd_clocks()
|
| D | si.c | 7046 WREG32_P(CG_UPLL_FUNC_CNTL_3, UPLL_FB_DIV(fb_div), ~UPLL_FB_DIV_MASK); in si_set_uvd_clocks()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | sid.h | 148 # define UPLL_FB_DIV(x) ((x) << 0) macro
|