Searched refs:deviceInfo (Results 1 – 1 of 1) sorted by relevance
79 static device_info_t deviceInfo; variable305 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()325 deviceInfo.ulNextFreeVidMem = info->var.xres * info->var.yres * in kyro_dev_video_mode_set()[all …]