Searched refs:CRTC_GEN_CNTL (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/accelerants/ati/ |
H A D | mach64_dpms.cpp | 34 uint32 tmp = INREG(CRTC_GEN_CNTL); in Mach64_GetDPMSMode() 64 OUTREGM(CRTC_GEN_CNTL, 0, mask); in Mach64_SetDPMSMode() 69 OUTREGM(CRTC_GEN_CNTL, CRTC_HSYNC_DIS, mask); in Mach64_SetDPMSMode() 74 OUTREGM(CRTC_GEN_CNTL, CRTC_VSYNC_DIS, mask); in Mach64_SetDPMSMode() 79 OUTREGM(CRTC_GEN_CNTL, mask, mask); in Mach64_SetDPMSMode()
|
H A D | mach64_mode.cpp | 108 uint32 crtc_gen_cntl = INREG(CRTC_GEN_CNTL); in SetClockRegisters() 110 OUTREG(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN); in SetClockRegisters() 140 OUTREG(CRTC_GEN_CNTL, crtc_gen_cntl); // Restore register in SetClockRegisters() 258 uint32 crtc_gen_cntl = INREG(CRTC_GEN_CNTL) & in SetCrtcRegisters() 297 OUTREG(CRTC_GEN_CNTL, crtc_gen_cntl & ~(CRTC_EXT_DISP_EN | CRTC_EN)); in SetCrtcRegisters() 312 OUTREG(CRTC_GEN_CNTL, crtc_gen_cntl); in SetCrtcRegisters()
|
H A D | mach64.h | 55 #define CRTC_GEN_CNTL (0x0c00 + 0x001C) // Dword offset 07 macro
|