Searched refs:biosScratch6 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/accelerants/radeon_hd/
H A Dbios.cpp37 uint32 biosScratch6; local
41 biosScratch6 = Read32(OUT, R600_SCRATCH_REG6);
44 biosScratch6 = Read32(OUT, RADEON_BIOS_6_SCRATCH);
49 biosScratch6 |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH;
54 Write32(OUT, R600_SCRATCH_REG6, biosScratch6);
57 Write32(OUT, RADEON_BIOS_6_SCRATCH, biosScratch6);
H A Dencoder.cpp2111 uint32 biosScratch6 = Read32(OUT, R600_SCRATCH_REG6); local
2114 biosScratch6 |= ATOM_S6_CRITICAL_STATE;
2115 biosScratch6 &= ~ATOM_S6_ACC_MODE;
2117 biosScratch6 &= ~ATOM_S6_CRITICAL_STATE;
2118 biosScratch6 |= ATOM_S6_ACC_MODE;
2121 Write32(OUT, R600_SCRATCH_REG6, biosScratch6);

Completed in 38 milliseconds