bios_3_scratch   1855 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch;
bios_3_scratch   1858 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	bios_3_scratch = RREG32(mmBIOS_SCRATCH_3);
bios_3_scratch   1866 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch |= ATOM_S3_LCD1_ACTIVE;
bios_3_scratch   1871 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE;
bios_3_scratch   1880 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch |= ATOM_S3_CRT1_ACTIVE;
bios_3_scratch   1885 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch &= ~ATOM_S3_CRT1_ACTIVE;
bios_3_scratch   1894 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch |= ATOM_S3_CRT2_ACTIVE;
bios_3_scratch   1899 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch &= ~ATOM_S3_CRT2_ACTIVE;
bios_3_scratch   1908 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch |= ATOM_S3_DFP1_ACTIVE;
bios_3_scratch   1913 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch &= ~ATOM_S3_DFP1_ACTIVE;
bios_3_scratch   1922 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch |= ATOM_S3_DFP2_ACTIVE;
bios_3_scratch   1927 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch &= ~ATOM_S3_DFP2_ACTIVE;
bios_3_scratch   1936 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch |= ATOM_S3_DFP3_ACTIVE;
bios_3_scratch   1941 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch &= ~ATOM_S3_DFP3_ACTIVE;
bios_3_scratch   1950 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch |= ATOM_S3_DFP4_ACTIVE;
bios_3_scratch   1955 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch &= ~ATOM_S3_DFP4_ACTIVE;
bios_3_scratch   1964 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch |= ATOM_S3_DFP5_ACTIVE;
bios_3_scratch   1969 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch &= ~ATOM_S3_DFP5_ACTIVE;
bios_3_scratch   1978 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch |= ATOM_S3_DFP6_ACTIVE;
bios_3_scratch   1983 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 			bios_3_scratch &= ~ATOM_S3_DFP6_ACTIVE;
bios_3_scratch   1989 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c 	WREG32(mmBIOS_SCRATCH_3, bios_3_scratch);
bios_3_scratch   4173 drivers/gpu/drm/radeon/radeon_atombios.c 	uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch;
bios_3_scratch   4177 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH);
bios_3_scratch   4181 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch = RREG32(RADEON_BIOS_3_SCRATCH);
bios_3_scratch   4189 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch |= ATOM_S3_TV1_ACTIVE;
bios_3_scratch   4194 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch &= ~ATOM_S3_TV1_ACTIVE;
bios_3_scratch   4202 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch |= ATOM_S3_CV_ACTIVE;
bios_3_scratch   4207 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch &= ~ATOM_S3_CV_ACTIVE;
bios_3_scratch   4216 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch |= ATOM_S3_LCD1_ACTIVE;
bios_3_scratch   4221 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE;
bios_3_scratch   4230 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch |= ATOM_S3_CRT1_ACTIVE;
bios_3_scratch   4235 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch &= ~ATOM_S3_CRT1_ACTIVE;
bios_3_scratch   4244 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch |= ATOM_S3_CRT2_ACTIVE;
bios_3_scratch   4249 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch &= ~ATOM_S3_CRT2_ACTIVE;
bios_3_scratch   4258 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch |= ATOM_S3_DFP1_ACTIVE;
bios_3_scratch   4263 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch &= ~ATOM_S3_DFP1_ACTIVE;
bios_3_scratch   4272 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch |= ATOM_S3_DFP2_ACTIVE;
bios_3_scratch   4277 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch &= ~ATOM_S3_DFP2_ACTIVE;
bios_3_scratch   4286 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch |= ATOM_S3_DFP3_ACTIVE;
bios_3_scratch   4291 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch &= ~ATOM_S3_DFP3_ACTIVE;
bios_3_scratch   4300 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch |= ATOM_S3_DFP4_ACTIVE;
bios_3_scratch   4305 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch &= ~ATOM_S3_DFP4_ACTIVE;
bios_3_scratch   4314 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch |= ATOM_S3_DFP5_ACTIVE;
bios_3_scratch   4319 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch &= ~ATOM_S3_DFP5_ACTIVE;
bios_3_scratch   4328 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch |= ATOM_S3_DFP6_ACTIVE;
bios_3_scratch   4333 drivers/gpu/drm/radeon/radeon_atombios.c 			bios_3_scratch &= ~ATOM_S3_DFP6_ACTIVE;
bios_3_scratch   4340 drivers/gpu/drm/radeon/radeon_atombios.c 		WREG32(R600_BIOS_3_SCRATCH, bios_3_scratch);
bios_3_scratch   4344 drivers/gpu/drm/radeon/radeon_atombios.c 		WREG32(RADEON_BIOS_3_SCRATCH, bios_3_scratch);
bios_3_scratch   4355 drivers/gpu/drm/radeon/radeon_atombios.c 	uint32_t bios_3_scratch;
bios_3_scratch   4361 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH);
bios_3_scratch   4363 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch = RREG32(RADEON_BIOS_3_SCRATCH);
bios_3_scratch   4366 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch &= ~ATOM_S3_TV1_CRTC_ACTIVE;
bios_3_scratch   4367 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch |= (crtc << 18);
bios_3_scratch   4370 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch &= ~ATOM_S3_CV_CRTC_ACTIVE;
bios_3_scratch   4371 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch |= (crtc << 24);
bios_3_scratch   4374 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch &= ~ATOM_S3_CRT1_CRTC_ACTIVE;
bios_3_scratch   4375 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch |= (crtc << 16);
bios_3_scratch   4378 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch &= ~ATOM_S3_CRT2_CRTC_ACTIVE;
bios_3_scratch   4379 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch |= (crtc << 20);
bios_3_scratch   4382 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch &= ~ATOM_S3_LCD1_CRTC_ACTIVE;
bios_3_scratch   4383 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch |= (crtc << 17);
bios_3_scratch   4386 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch &= ~ATOM_S3_DFP1_CRTC_ACTIVE;
bios_3_scratch   4387 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch |= (crtc << 19);
bios_3_scratch   4390 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch &= ~ATOM_S3_DFP2_CRTC_ACTIVE;
bios_3_scratch   4391 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch |= (crtc << 23);
bios_3_scratch   4394 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch &= ~ATOM_S3_DFP3_CRTC_ACTIVE;
bios_3_scratch   4395 drivers/gpu/drm/radeon/radeon_atombios.c 		bios_3_scratch |= (crtc << 25);
bios_3_scratch   4399 drivers/gpu/drm/radeon/radeon_atombios.c 		WREG32(R600_BIOS_3_SCRATCH, bios_3_scratch);
bios_3_scratch   4401 drivers/gpu/drm/radeon/radeon_atombios.c 		WREG32(RADEON_BIOS_3_SCRATCH, bios_3_scratch);