Searched refs:CRT (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/radeon_hd/
H A Dmode.cpp215 // *** CRT controler mode set
232 // *** encoder and CRT controller commit
242 Read32(CRT, AVIVO_D1CRTC_STATUS));
244 Read32(CRT, AVIVO_D2CRTC_STATUS));
246 Read32(CRT, AVIVO_D1CRTC_CONTROL));
248 Read32(CRT, AVIVO_D2CRTC_CONTROL));
250 Read32(CRT, AVIVO_D1GRPH_ENABLE));
252 Read32(CRT, AVIVO_D2GRPH_ENABLE));
254 Read32(CRT, AVIVO_D1SCL_SCALER_ENABLE));
256 Read32(CRT, AVIVO_D2SCL_SCALER_ENABL
[all...]
H A Daccelerant.h206 #define CRT 0x2 // Crt controller calls macro
257 case CRT:
273 case CRT:
295 case CRT:
315 case CRT:
H A Ddisplay.cpp825 Write32(CRT, regs->grphControl, fbFormat);
826 Write32(CRT, regs->grphSwapControl, fbSwap);
855 Write32(CRT, regs->grphSurfaceOffsetX, 0);
856 Write32(CRT, regs->grphSurfaceOffsetY, 0);
857 Write32(CRT, regs->grphXStart, 0);
858 Write32(CRT, regs->grphYStart, 0);
859 Write32(CRT, regs->grphXEnd, mode->virtual_width);
860 Write32(CRT, regs->grphYEnd, mode->virtual_height);
861 Write32(CRT, regs->grphPitch, widthAligned);
863 Write32(CRT, reg
[all...]

Completed in 98 milliseconds