Lines Matching defs:crtc_gen_cntl
90 if ((pATI->LockData.crtc_gen_cntl & CRTC_CSYNC_EN) && !pATI->OptionCSync)
394 pATIHW->crtc_gen_cntl = inr(CRTC_GEN_CNTL);
745 pATIHW->crtc_gen_cntl = inr(CRTC_GEN_CNTL) &
754 pATIHW->crtc_gen_cntl |=
759 pATIHW->crtc_gen_cntl |= SetBits(PIX_WIDTH_8BPP, CRTC_PIX_WIDTH);
763 pATIHW->crtc_gen_cntl |= SetBits(PIX_WIDTH_15BPP, CRTC_PIX_WIDTH);
767 pATIHW->crtc_gen_cntl |= SetBits(PIX_WIDTH_16BPP, CRTC_PIX_WIDTH);
773 pATIHW->crtc_gen_cntl |=
782 pATIHW->crtc_gen_cntl |= SetBits(PIX_WIDTH_32BPP, CRTC_PIX_WIDTH);
789 pATIHW->crtc_gen_cntl |= CRTC_DBL_SCAN_EN;
791 pATIHW->crtc_gen_cntl |= CRTC_INTERLACE_EN;
793 pATIHW->crtc_gen_cntl |= CRTC_CSYNC_EN;
796 pATIHW->crtc_gen_cntl |= CRTC_FIFO_LWM;
853 outr(CRTC_GEN_CNTL, pATIHW->crtc_gen_cntl);
1167 CARD32 crtc_gen_cntl = inr(CRTC_GEN_CNTL);
1173 outr(CRTC_GEN_CNTL, crtc_gen_cntl & ~CRTC_DISPLAY_DIS);
1178 outr(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_DISPLAY_DIS);
1199 CARD32 crtc_gen_cntl =
1200 inr(CRTC_GEN_CNTL) & ~(CRTC_HSYNC_DIS | CRTC_VSYNC_DIS);
1208 crtc_gen_cntl |= CRTC_HSYNC_DIS;
1212 crtc_gen_cntl |= CRTC_VSYNC_DIS;
1216 crtc_gen_cntl |= CRTC_HSYNC_DIS | CRTC_VSYNC_DIS;
1232 outr(CRTC_GEN_CNTL, crtc_gen_cntl);