Lines Matching defs:bios_0_scratch
4183 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch;
4186 bios_0_scratch = RREG32(R600_BIOS_0_SCRATCH);
4190 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH);
4203 bios_0_scratch &= ~ATOM_S0_TV1_MASK;
4216 bios_0_scratch &= ~ATOM_S0_CV_MASK;
4225 bios_0_scratch |= ATOM_S0_LCD1;
4230 bios_0_scratch &= ~ATOM_S0_LCD1;
4239 bios_0_scratch |= ATOM_S0_CRT1_COLOR;
4244 bios_0_scratch &= ~ATOM_S0_CRT1_MASK;
4253 bios_0_scratch |= ATOM_S0_CRT2_COLOR;
4258 bios_0_scratch &= ~ATOM_S0_CRT2_MASK;
4267 bios_0_scratch |= ATOM_S0_DFP1;
4272 bios_0_scratch &= ~ATOM_S0_DFP1;
4281 bios_0_scratch |= ATOM_S0_DFP2;
4286 bios_0_scratch &= ~ATOM_S0_DFP2;
4295 bios_0_scratch |= ATOM_S0_DFP3;
4300 bios_0_scratch &= ~ATOM_S0_DFP3;
4309 bios_0_scratch |= ATOM_S0_DFP4;
4314 bios_0_scratch &= ~ATOM_S0_DFP4;
4323 bios_0_scratch |= ATOM_S0_DFP5;
4328 bios_0_scratch &= ~ATOM_S0_DFP5;
4337 bios_0_scratch |= ATOM_S0_DFP6;
4342 bios_0_scratch &= ~ATOM_S0_DFP6;
4349 WREG32(R600_BIOS_0_SCRATCH, bios_0_scratch);
4353 WREG32(RADEON_BIOS_0_SCRATCH, bios_0_scratch);