Home
last modified time | relevance | path

Searched refs:scratch_reg0 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_0.c739 static void *scratch_reg0; in gfx_v9_0_rlcg_w() local
747scratch_reg0 = adev->rmmio + (adev->reg_offset[GC_HWIP][0][mmSCRATCH_REG0_BASE_IDX] + mmSCRATCH_RE… in gfx_v9_0_rlcg_w()
772 writel(v, scratch_reg0); in gfx_v9_0_rlcg_w()
Dgfx_v10_0.c1519 static void *scratch_reg0; in gfx_v10_rlcg_rw() local
1531 scratch_reg0 = adev->rmmio + in gfx_v10_rlcg_rw()
1560 writel(v, scratch_reg0); in gfx_v10_rlcg_rw()
1587 ret = readl(scratch_reg0); in gfx_v10_rlcg_rw()