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