Lines Matching refs:pSTGReg
71 STG4000REG __iomem *pSTGReg; /* Virtual address of PCI register region */ member
305 StopVTG(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
306 DisableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
309 DisableVGA(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
311 if (InitialiseRamdac(deviceInfo.pSTGReg, in kyro_dev_video_mode_set()
317 SetupVTG(deviceInfo.pSTGReg, par); in kyro_dev_video_mode_set()
319 ResetOverlayRegisters(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
322 EnableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
323 StartVTG(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
345 ResetOverlayRegisters(deviceInfo.pSTGReg); in kyro_dev_overlay_create()
355 if (CreateOverlaySurface(deviceInfo.pSTGReg, ulWidth, ulHeight, in kyro_dev_overlay_create()
364 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()
693 currentpar->regbase = deviceInfo.pSTGReg = in kyrofb_probe()
714 SetCoreClockPLL(deviceInfo.pSTGReg, pdev); in kyrofb_probe()
763 StopVTG(deviceInfo.pSTGReg); in kyrofb_remove()
764 DisableRamdacOutput(deviceInfo.pSTGReg); in kyrofb_remove()
767 SetCoreClockPLL(deviceInfo.pSTGReg, pdev); in kyrofb_remove()