Home
last modified time | relevance | path

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

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