Lines Matching refs:crtc_gen_cntl
90 if ((pATI->LockData.crtc_gen_cntl & CRTC_CSYNC_EN) && !pATI->OptionCSync)
408 pATIHW->crtc_gen_cntl = inr(CRTC_GEN_CNTL);
759 pATIHW->crtc_gen_cntl = inr(CRTC_GEN_CNTL) &
768 pATIHW->crtc_gen_cntl |=
773 pATIHW->crtc_gen_cntl |= SetBits(PIX_WIDTH_8BPP, CRTC_PIX_WIDTH);
777 pATIHW->crtc_gen_cntl |= SetBits(PIX_WIDTH_15BPP, CRTC_PIX_WIDTH);
781 pATIHW->crtc_gen_cntl |= SetBits(PIX_WIDTH_16BPP, CRTC_PIX_WIDTH);
787 pATIHW->crtc_gen_cntl |=
796 pATIHW->crtc_gen_cntl |= SetBits(PIX_WIDTH_32BPP, CRTC_PIX_WIDTH);
803 pATIHW->crtc_gen_cntl |= CRTC_DBL_SCAN_EN;
805 pATIHW->crtc_gen_cntl |= CRTC_INTERLACE_EN;
807 pATIHW->crtc_gen_cntl |= CRTC_CSYNC_EN;
810 pATIHW->crtc_gen_cntl |= CRTC_FIFO_LWM;
867 outr(CRTC_GEN_CNTL, pATIHW->crtc_gen_cntl);
1181 CARD32 crtc_gen_cntl = inr(CRTC_GEN_CNTL);
1187 outr(CRTC_GEN_CNTL, crtc_gen_cntl & ~CRTC_DISPLAY_DIS);
1192 outr(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_DISPLAY_DIS);
1213 CARD32 crtc_gen_cntl =
1222 crtc_gen_cntl |= CRTC_HSYNC_DIS;
1226 crtc_gen_cntl |= CRTC_VSYNC_DIS;
1230 crtc_gen_cntl |= CRTC_HSYNC_DIS | CRTC_VSYNC_DIS;
1246 outr(CRTC_GEN_CNTL, crtc_gen_cntl);