Lines Matching refs:pSTGReg
72 STG4000REG __iomem *pSTGReg; /* Virtual address of PCI register region */ member
306 StopVTG(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
307 DisableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
310 DisableVGA(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
312 if (InitialiseRamdac(deviceInfo.pSTGReg, in kyro_dev_video_mode_set()
318 SetupVTG(deviceInfo.pSTGReg, par); in kyro_dev_video_mode_set()
320 ResetOverlayRegisters(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
323 EnableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
324 StartVTG(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
346 ResetOverlayRegisters(deviceInfo.pSTGReg); in kyro_dev_overlay_create()
356 if (CreateOverlaySurface(deviceInfo.pSTGReg, ulWidth, ulHeight, in kyro_dev_overlay_create()
365 SetOverlayBlendMode(deviceInfo.pSTGReg, GLOBAL_ALPHA, 0xf, 0x0); in kyro_dev_overlay_create()
382 DisableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_overlay_viewport_set()
384 SetOverlayViewPort(deviceInfo.pSTGReg, in kyro_dev_overlay_viewport_set()
387 EnableOverlayPlane(deviceInfo.pSTGReg); in kyro_dev_overlay_viewport_set()
389 EnableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_overlay_viewport_set()
698 currentpar->regbase = deviceInfo.pSTGReg = in kyrofb_probe()
718 SetCoreClockPLL(deviceInfo.pSTGReg, pdev); in kyrofb_probe()
767 StopVTG(deviceInfo.pSTGReg); in kyrofb_remove()
768 DisableRamdacOutput(deviceInfo.pSTGReg); in kyrofb_remove()
771 SetCoreClockPLL(deviceInfo.pSTGReg, pdev); in kyrofb_remove()