Lines Matching refs:pSTGReg

74 	STG4000REG __iomem *pSTGReg;	/* Virtual address of PCI register region */  member
310 StopVTG(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
311 DisableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
314 DisableVGA(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
316 if (InitialiseRamdac(deviceInfo.pSTGReg, in kyro_dev_video_mode_set()
322 SetupVTG(deviceInfo.pSTGReg, par); in kyro_dev_video_mode_set()
324 ResetOverlayRegisters(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
327 EnableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
328 StartVTG(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
350 ResetOverlayRegisters(deviceInfo.pSTGReg); in kyro_dev_overlay_create()
360 if (CreateOverlaySurface(deviceInfo.pSTGReg, ulWidth, ulHeight, in kyro_dev_overlay_create()
369 SetOverlayBlendMode(deviceInfo.pSTGReg, GLOBAL_ALPHA, 0xf, 0x0); in kyro_dev_overlay_create()
381 DisableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_overlay_viewport_set()
383 SetOverlayViewPort(deviceInfo.pSTGReg, in kyro_dev_overlay_viewport_set()
386 EnableOverlayPlane(deviceInfo.pSTGReg); in kyro_dev_overlay_viewport_set()
388 EnableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_overlay_viewport_set()
692 currentpar->regbase = deviceInfo.pSTGReg = in kyrofb_probe()
714 SetCoreClockPLL(deviceInfo.pSTGReg, pdev); in kyrofb_probe()
761 StopVTG(deviceInfo.pSTGReg); in kyrofb_remove()
762 DisableRamdacOutput(deviceInfo.pSTGReg); in kyrofb_remove()
765 SetCoreClockPLL(deviceInfo.pSTGReg, pdev); in kyrofb_remove()