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

/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_routing.c34 values->crtc2_gen_cntl = INREG( regs, RADEON_CRTC2_GEN_CNTL );
180 values->crtc2_gen_cntl |= RADEON_CRTC2_CRT2_ON;
198 values->crtc2_gen_cntl &= ~RADEON_CRTC2_CRT2_ON;
426 OUTREGP( regs, RADEON_CRTC2_GEN_CNTL, values->crtc2_gen_cntl,
519 uint32 crtc2_gen_cntl; local
521 crtc2_gen_cntl = INREG( regs, RADEON_CRTC2_GEN_CNTL );
524 crtc2_gen_cntl |= RADEON_CRTC2_EN;
526 crtc2_gen_cntl &= ~RADEON_CRTC2_EN;
527 crtc2_gen_cntl &= ~RADEON_CRTC2_PIX_WIDTH_MASK;
530 OUTREGP( regs, RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl,
[all...]
H A Dset_mode.h191 uint32 crtc2_gen_cntl; member in struct:__anon1242

Completed in 37 milliseconds