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()
376 DisableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_overlay_viewport_set()
378 SetOverlayViewPort(deviceInfo.pSTGReg, in kyro_dev_overlay_viewport_set()
381 EnableOverlayPlane(deviceInfo.pSTGReg); in kyro_dev_overlay_viewport_set()
383 EnableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_overlay_viewport_set()
685 currentpar->regbase = deviceInfo.pSTGReg = in kyrofb_probe()
706 SetCoreClockPLL(deviceInfo.pSTGReg, pdev); in kyrofb_probe()
755 StopVTG(deviceInfo.pSTGReg); in kyrofb_remove()
756 DisableRamdacOutput(deviceInfo.pSTGReg); in kyrofb_remove()
759 SetCoreClockPLL(deviceInfo.pSTGReg, pdev); in kyrofb_remove()