Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.c742 static void *scratch_reg1; in gfx_v9_0_rlcg_wreg() local
750scratch_reg1 = adev->rmmio + (adev->reg_offset[GC_HWIP][0][mmSCRATCH_REG1_BASE_IDX] + mmSCRATCH_RE… in gfx_v9_0_rlcg_wreg()
775 writel(offset | 0x80000000, scratch_reg1); in gfx_v9_0_rlcg_wreg()
780 tmp = readl(scratch_reg1); in gfx_v9_0_rlcg_wreg()
H A Dgfx_v10_0.c1370 static void *scratch_reg1; in gfx_v10_rlcg_wreg() local
1380scratch_reg1 = adev->rmmio + (adev->reg_offset[GC_HWIP][0][mmSCRATCH_REG1_BASE_IDX] + mmSCRATCH_RE… in gfx_v10_rlcg_wreg()
1394 writel(offset | 0x80000000, scratch_reg1); in gfx_v10_rlcg_wreg()
1399 tmp = readl(scratch_reg1); in gfx_v10_rlcg_wreg()