Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_uvd.c1023 unsigned cg_upll_func_cntl) in radeon_uvd_send_upll_ctlreq() argument
1028 WREG32_P(cg_upll_func_cntl, 0, ~UPLL_CTLREQ_MASK); in radeon_uvd_send_upll_ctlreq()
1033 WREG32_P(cg_upll_func_cntl, UPLL_CTLREQ_MASK, ~UPLL_CTLREQ_MASK); in radeon_uvd_send_upll_ctlreq()
1038 if ((RREG32(cg_upll_func_cntl) & mask) == mask) in radeon_uvd_send_upll_ctlreq()
1044 WREG32_P(cg_upll_func_cntl, 0, ~UPLL_CTLREQ_MASK); in radeon_uvd_send_upll_ctlreq()
Dradeon.h1709 unsigned cg_upll_func_cntl);
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Dsi.c1523 unsigned cg_upll_func_cntl) in si_uvd_send_upll_ctlreq() argument
1528 WREG32_P(cg_upll_func_cntl, 0, ~UPLL_CTLREQ_MASK); in si_uvd_send_upll_ctlreq()
1533 WREG32_P(cg_upll_func_cntl, UPLL_CTLREQ_MASK, ~UPLL_CTLREQ_MASK); in si_uvd_send_upll_ctlreq()
1539 if ((RREG32(cg_upll_func_cntl) & mask) == mask) in si_uvd_send_upll_ctlreq()
1545 WREG32_P(cg_upll_func_cntl, 0, ~UPLL_CTLREQ_MASK); in si_uvd_send_upll_ctlreq()