home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-arm / hardware / ep7211.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  1.3 KB  |  41 lines

  1. /*
  2.  *  linux/include/asm-arm/hardware/ep7211.h
  3.  *
  4.  *  This file contains the hardware definitions of the EP7211 internal
  5.  *  registers.
  6.  *
  7.  *  Copyright (C) 2001 Blue Mug, Inc.  All Rights Reserved.
  8.  *
  9.  * This program is free software; you can redistribute it and/or modify
  10.  * it under the terms of the GNU General Public License as published by
  11.  * the Free Software Foundation; either version 2 of the License, or
  12.  * (at your option) any later version.
  13.  *
  14.  * This program is distributed in the hope that it will be useful,
  15.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17.  * GNU General Public License for more details.
  18.  *
  19.  * You should have received a copy of the GNU General Public License
  20.  * along with this program; if not, write to the Free Software
  21.  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  22.  */
  23. #ifndef __ASM_HARDWARE_EP7211_H
  24. #define __ASM_HARDWARE_EP7211_H
  25.  
  26. #include <asm/hardware/clps7111.h>
  27.  
  28. /*
  29.  * define EP7211_BASE to be the base address of the region
  30.  * you want to access.
  31.  */
  32.  
  33. #define EP7211_PHYS_BASE    (0x80000000)
  34.  
  35. /*
  36.  * XXX miket@bluemug.com: need to introduce EP7211 registers (those not
  37.  * present in 7212) here.
  38.  */
  39.  
  40. #endif /* __ASM_HARDWARE_EP7211_H */
  41.