/* * Phase5 CybervisionPPC (TVP4020) definitions for the Permedia2 framebuffer * driver. * * Copyright (c) 1998-1999 Ilario Nardinocchi ([email protected]) * -------------------------------------------------------------------------- * $Id: cvisionppc.h,v 1.8 1999/01/28 13:18:07 illo Exp $ * -------------------------------------------------------------------------- * 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. */ #ifndef CVISIONPPC_H #define CVISIONPPC_H #ifndef PM2FB_H #include "pm2fb.h" #endif struct cvppc_par { … }; #define CSPPC_PCI_BRIDGE … #define CSPPC_BRIDGE_ENDIAN … #define CSPPC_BRIDGE_INT … #define CVPPC_PCI_CONFIG … #define CVPPC_ROM_ADDRESS … #define CVPPC_REGS_REGION … #define CVPPC_FB_APERTURE_ONE … #define CVPPC_FB_APERTURE_TWO … #define CVPPC_FB_SIZE … #define CVPPC_MEM_CONFIG_OLD … #define CVPPC_MEM_CONFIG_NEW … #define CVPPC_MEMCLOCK … /* CVPPC_BRIDGE_ENDIAN */ #define CSPPCF_BRIDGE_BIG_ENDIAN … /* CVPPC_BRIDGE_INT */ #define CSPPCF_BRIDGE_ACTIVE_INT2 … #endif /* CVISIONPPC_H */ /***************************************************************************** * That's all folks! *****************************************************************************/