Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A 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()
H A Dradeon.h1710 unsigned cg_upll_func_cntl);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A 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()