Searched refs:UPLL_SLEEP_MASK (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/radeon/ |
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()
|
D | rv770d.h | 44 # define UPLL_SLEEP_MASK 0x00000002 macro
|
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()
|
D | sid.h | 129 # define UPLL_SLEEP_MASK 0x00000002 macro
|
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()
|
D | evergreend.h | 350 # define UPLL_SLEEP_MASK 0x00000002 macro
|
D | r600d.h | 1558 # define UPLL_SLEEP_MASK 0x00000002 macro
|
D | si.c | 7006 WREG32_P(CG_UPLL_FUNC_CNTL, 0, ~UPLL_SLEEP_MASK); in si_set_uvd_clocks()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | sid.h | 130 # define UPLL_SLEEP_MASK 0x00000002 macro
|
D | si.c | 1806 WREG32_P(CG_UPLL_FUNC_CNTL, 0, ~UPLL_SLEEP_MASK); in si_set_uvd_clocks()
|