Searched refs:crtc_gen_cntl (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/accelerants/ati/
H A Dmach64_mode.cpp108 uint32 crtc_gen_cntl = INREG(CRTC_GEN_CNTL); local
109 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN))
110 OUTREG(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN);
139 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN))
140 OUTREG(CRTC_GEN_CNTL, crtc_gen_cntl); // Restore register
258 uint32 crtc_gen_cntl = INREG(CRTC_GEN_CNTL) & local
268 crtc_gen_cntl |= CRTC_EXT_DISP_EN | CRTC_EN | CRTC_VGA_LINEAR | CRTC_CNT_EN;
272 crtc_gen_cntl |= CRTC_PIX_WIDTH_8BPP;
275 crtc_gen_cntl |= CRTC_PIX_WIDTH_15BPP;
278 crtc_gen_cntl |
[all...]
H A Drage128_mode.cpp24 uint32 crtc_gen_cntl; member in struct:DisplayParams
101 params.crtc_gen_cntl = (R128_CRTC_EXT_DISP_EN
303 OUTREG(R128_CRTC_GEN_CNTL, params.crtc_gen_cntl);
/haiku/src/add-ons/accelerants/radeon/
H A Dcrtc.c27 OUTREGP( regs, RADEON_CRTC_GEN_CNTL, values->crtc_gen_cntl,
38 OUTREGP( regs, RADEON_CRTC2_GEN_CNTL, values->crtc_gen_cntl,
83 values->crtc_gen_cntl =
88 values->crtc_gen_cntl = RADEON_CRTC2_EN
H A Dmonitor_routing.c502 uint32 crtc_gen_cntl; local
504 crtc_gen_cntl = INREG( regs, RADEON_CRTC_GEN_CNTL );
507 crtc_gen_cntl |= RADEON_CRTC_EN;
509 crtc_gen_cntl &= ~RADEON_CRTC_EN;
510 crtc_gen_cntl &= ~RADEON_CRTC_PIX_WIDTH_MASK;
513 OUTREGP( regs, RADEON_CRTC_GEN_CNTL, crtc_gen_cntl,
H A Dset_mode.h78 uint32 crtc_gen_cntl; member in struct:__anon1238

Completed in 62 milliseconds