Home
last modified time | relevance | path

Searched refs:cg_upll_func_cntl (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_uvd.c1025 unsigned cg_upll_func_cntl) in radeon_uvd_send_upll_ctlreq() argument
1030 WREG32_P(cg_upll_func_cntl, 0, ~UPLL_CTLREQ_MASK); in radeon_uvd_send_upll_ctlreq()
1035 WREG32_P(cg_upll_func_cntl, UPLL_CTLREQ_MASK, ~UPLL_CTLREQ_MASK); in radeon_uvd_send_upll_ctlreq()
1040 if ((RREG32(cg_upll_func_cntl) & mask) == mask) in radeon_uvd_send_upll_ctlreq()
1046 WREG32_P(cg_upll_func_cntl, 0, ~UPLL_CTLREQ_MASK); in radeon_uvd_send_upll_ctlreq()
Dradeon.h1741 unsigned cg_upll_func_cntl);
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Dsi.c1639 unsigned cg_upll_func_cntl) in si_uvd_send_upll_ctlreq() argument
1644 WREG32_P(cg_upll_func_cntl, 0, ~UPLL_CTLREQ_MASK); in si_uvd_send_upll_ctlreq()
1649 WREG32_P(cg_upll_func_cntl, UPLL_CTLREQ_MASK, ~UPLL_CTLREQ_MASK); in si_uvd_send_upll_ctlreq()
1655 if ((RREG32(cg_upll_func_cntl) & mask) == mask) in si_uvd_send_upll_ctlreq()
1661 WREG32_P(cg_upll_func_cntl, 0, ~UPLL_CTLREQ_MASK); in si_uvd_send_upll_ctlreq()