/* * linux/drivers/video/kyro/STG4000VTG.c * * Copyright (C) 2002 STMicroelectronics * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */ #include <linux/types.h> #include <video/kyro.h> #include "STG4000Reg.h" #include "STG4000Interface.h" void DisableVGA(volatile STG4000REG __iomem *pSTGReg) { … } void StopVTG(volatile STG4000REG __iomem *pSTGReg) { … } void StartVTG(volatile STG4000REG __iomem *pSTGReg) { … } void SetupVTG(volatile STG4000REG __iomem *pSTGReg, const struct kyrofb_info * pTiming) { … }