Searched refs:UPLL_SLEEP_MASK (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/radeon/ |
H A D | rv770.c | 70 WREG32_P(CG_UPLL_FUNC_CNTL, UPLL_SLEEP_MASK, ~UPLL_SLEEP_MASK); in rv770_set_uvd_clocks() 88 WREG32_P(CG_UPLL_FUNC_CNTL, 0, ~(UPLL_RESET_MASK | UPLL_SLEEP_MASK)); in rv770_set_uvd_clocks()
|
H A D | rv770d.h | 44 # define UPLL_SLEEP_MASK 0x00000002 macro
|
H A D | evergreen.c | 1205 WREG32_P(CG_UPLL_FUNC_CNTL, UPLL_SLEEP_MASK, ~UPLL_SLEEP_MASK); in evergreen_set_uvd_clocks() 1219 WREG32_P(CG_UPLL_FUNC_CNTL, UPLL_SLEEP_MASK, ~UPLL_SLEEP_MASK); in evergreen_set_uvd_clocks() 1220 WREG32_P(CG_UPLL_FUNC_CNTL, 0, ~UPLL_SLEEP_MASK); in evergreen_set_uvd_clocks()
|
H A D | sid.h | 129 # define UPLL_SLEEP_MASK 0x00000002 macro
|
H A D | r600.c | 215 UPLL_RESET_MASK | UPLL_SLEEP_MASK | UPLL_CTLREQ_MASK)); in r600_set_uvd_clocks() 223 WREG32_P(CG_UPLL_FUNC_CNTL, UPLL_SLEEP_MASK, ~UPLL_SLEEP_MASK); in r600_set_uvd_clocks()
|
H A D | evergreend.h | 350 # define UPLL_SLEEP_MASK 0x00000002 macro
|
H A D | r600d.h | 1558 # define UPLL_SLEEP_MASK 0x00000002 macro
|
H A D | si.c | 7006 WREG32_P(CG_UPLL_FUNC_CNTL, 0, ~UPLL_SLEEP_MASK); in si_set_uvd_clocks()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | sid.h | 130 # define UPLL_SLEEP_MASK 0x00000002 macro
|