Home | History | Annotate | Download | only in src

Lines Matching refs:crtc2_offset_cntl

129     OUTREG(RADEON_CRTC2_OFFSET_CNTL,     restore->crtc2_offset_cntl);
579 save->crtc2_offset_cntl = INREG(RADEON_CRTC2_OFFSET_CNTL);
999 save->crtc2_offset_cntl = RADEON_CRTC_OFFSET_FLIP_CNTL;
1002 save->crtc2_offset_cntl = 0;
1006 save->crtc2_offset_cntl |= (R300_CRTC_X_Y_MODE_EN |
1010 save->crtc2_offset_cntl |= RADEON_CRTC_TILE_EN;
1014 save->crtc2_offset_cntl &= ~(R300_CRTC_X_Y_MODE_EN |
1018 save->crtc2_offset_cntl &= ~RADEON_CRTC_TILE_EN;
1038 /*save->crtc2_offset_cntl = INREG(RADEON_CRTC2_OFFSET_CNTL) & ~0xf;*/
1044 save->crtc2_offset_cntl &= ~RADEON_CRTC_OFFSET_FLIP_CNTL;
1051 save->crtc2_offset_cntl = save->crtc_offset_cntl | (y % 16);