rlc_pg_cntl      1855 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	uint32_t rlc_pg_cntl;
rlc_pg_cntl      1857 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	rlc_pg_cntl = RREG32_SOC15(GC, 0, mmRLC_PG_CNTL);
rlc_pg_cntl      1868 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 		rlc_pg_cntl |= 0x800000;
rlc_pg_cntl      1870 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 		rlc_pg_cntl &= ~0x800000;
rlc_pg_cntl      1871 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	WREG32_SOC15(GC, 0, mmRLC_PG_CNTL, rlc_pg_cntl);