Lines Matching defs:bios_3_scratch
4183 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch;
4187 bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH);
4191 bios_3_scratch = RREG32(RADEON_BIOS_3_SCRATCH);
4199 bios_3_scratch |= ATOM_S3_TV1_ACTIVE;
4204 bios_3_scratch &= ~ATOM_S3_TV1_ACTIVE;
4212 bios_3_scratch |= ATOM_S3_CV_ACTIVE;
4217 bios_3_scratch &= ~ATOM_S3_CV_ACTIVE;
4226 bios_3_scratch |= ATOM_S3_LCD1_ACTIVE;
4231 bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE;
4240 bios_3_scratch |= ATOM_S3_CRT1_ACTIVE;
4245 bios_3_scratch &= ~ATOM_S3_CRT1_ACTIVE;
4254 bios_3_scratch |= ATOM_S3_CRT2_ACTIVE;
4259 bios_3_scratch &= ~ATOM_S3_CRT2_ACTIVE;
4268 bios_3_scratch |= ATOM_S3_DFP1_ACTIVE;
4273 bios_3_scratch &= ~ATOM_S3_DFP1_ACTIVE;
4282 bios_3_scratch |= ATOM_S3_DFP2_ACTIVE;
4287 bios_3_scratch &= ~ATOM_S3_DFP2_ACTIVE;
4296 bios_3_scratch |= ATOM_S3_DFP3_ACTIVE;
4301 bios_3_scratch &= ~ATOM_S3_DFP3_ACTIVE;
4310 bios_3_scratch |= ATOM_S3_DFP4_ACTIVE;
4315 bios_3_scratch &= ~ATOM_S3_DFP4_ACTIVE;
4324 bios_3_scratch |= ATOM_S3_DFP5_ACTIVE;
4329 bios_3_scratch &= ~ATOM_S3_DFP5_ACTIVE;
4338 bios_3_scratch |= ATOM_S3_DFP6_ACTIVE;
4343 bios_3_scratch &= ~ATOM_S3_DFP6_ACTIVE;
4350 WREG32(R600_BIOS_3_SCRATCH, bios_3_scratch);
4354 WREG32(RADEON_BIOS_3_SCRATCH, bios_3_scratch);
4365 uint32_t bios_3_scratch;
4371 bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH);
4373 bios_3_scratch = RREG32(RADEON_BIOS_3_SCRATCH);
4376 bios_3_scratch &= ~ATOM_S3_TV1_CRTC_ACTIVE;
4377 bios_3_scratch |= (crtc << 18);
4380 bios_3_scratch &= ~ATOM_S3_CV_CRTC_ACTIVE;
4381 bios_3_scratch |= (crtc << 24);
4384 bios_3_scratch &= ~ATOM_S3_CRT1_CRTC_ACTIVE;
4385 bios_3_scratch |= (crtc << 16);
4388 bios_3_scratch &= ~ATOM_S3_CRT2_CRTC_ACTIVE;
4389 bios_3_scratch |= (crtc << 20);
4392 bios_3_scratch &= ~ATOM_S3_LCD1_CRTC_ACTIVE;
4393 bios_3_scratch |= (crtc << 17);
4396 bios_3_scratch &= ~ATOM_S3_DFP1_CRTC_ACTIVE;
4397 bios_3_scratch |= (crtc << 19);
4400 bios_3_scratch &= ~ATOM_S3_DFP2_CRTC_ACTIVE;
4401 bios_3_scratch |= (crtc << 23);
4404 bios_3_scratch &= ~ATOM_S3_DFP3_CRTC_ACTIVE;
4405 bios_3_scratch |= (crtc << 25);
4409 WREG32(R600_BIOS_3_SCRATCH, bios_3_scratch);
4411 WREG32(RADEON_BIOS_3_SCRATCH, bios_3_scratch);