Lines Matching defs:bios_6_scratch
4089 uint32_t bios_2_scratch, bios_6_scratch;
4093 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH);
4096 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
4103 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH;
4111 WREG32(R600_BIOS_6_SCRATCH, bios_6_scratch);
4114 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
4151 uint32_t bios_6_scratch;
4154 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH);
4156 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
4159 bios_6_scratch |= ATOM_S6_CRITICAL_STATE;
4160 bios_6_scratch &= ~ATOM_S6_ACC_MODE;
4162 bios_6_scratch &= ~ATOM_S6_CRITICAL_STATE;
4163 bios_6_scratch |= ATOM_S6_ACC_MODE;
4167 WREG32(R600_BIOS_6_SCRATCH, bios_6_scratch);
4169 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
4183 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch;
4188 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH);
4192 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
4200 bios_6_scratch |= ATOM_S6_ACC_REQ_TV1;
4205 bios_6_scratch &= ~ATOM_S6_ACC_REQ_TV1;
4213 bios_6_scratch |= ATOM_S6_ACC_REQ_CV;
4218 bios_6_scratch &= ~ATOM_S6_ACC_REQ_CV;
4227 bios_6_scratch |= ATOM_S6_ACC_REQ_LCD1;
4232 bios_6_scratch &= ~ATOM_S6_ACC_REQ_LCD1;
4241 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT1;
4246 bios_6_scratch &= ~ATOM_S6_ACC_REQ_CRT1;
4255 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT2;
4260 bios_6_scratch &= ~ATOM_S6_ACC_REQ_CRT2;
4269 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP1;
4274 bios_6_scratch &= ~ATOM_S6_ACC_REQ_DFP1;
4283 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP2;
4288 bios_6_scratch &= ~ATOM_S6_ACC_REQ_DFP2;
4297 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP3;
4302 bios_6_scratch &= ~ATOM_S6_ACC_REQ_DFP3;
4311 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP4;
4316 bios_6_scratch &= ~ATOM_S6_ACC_REQ_DFP4;
4325 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP5;
4330 bios_6_scratch &= ~ATOM_S6_ACC_REQ_DFP5;
4339 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP6;
4344 bios_6_scratch &= ~ATOM_S6_ACC_REQ_DFP6;
4351 WREG32(R600_BIOS_6_SCRATCH, bios_6_scratch);
4355 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);