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

/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_routing.c31 values->dac_cntl = INREG( regs, RADEON_DAC_CNTL );
100 values->dac_cntl |=
110 values->dac_cntl &= ~(RADEON_DAC_RANGE_CNTL_MASK | RADEON_DAC_BLANKING);
111 values->dac_cntl |= RADEON_DAC_RANGE_CNTL_PS2;
207 values->dac_cntl &= ~RADEON_DAC_TVO_EN;
226 values->dac_cntl |= RADEON_DAC_TVO_EN;
424 OUTREG( regs, RADEON_DAC_CNTL, values->dac_cntl );
H A Dset_mode.h179 uint32 dac_cntl; member in struct:__anon1242

Completed in 54 milliseconds