kn02xa.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * Hardware info common to DECstation 5000/1xx systems (otherwise
  3.  * known as 3min or kn02ba) and Personal DECstations 5000/xx ones
  4.  * (otherwise known as maxine or kn02ca).
  5.  *
  6.  * This file is subject to the terms and conditions of the GNU General Public
  7.  * License.  See the file "COPYING" in the main directory of this archive
  8.  * for more details.
  9.  *
  10.  * Copyright (C) 1995,1996 by Paul M. Antoine, some code and definitions
  11.  * are by courtesy of Chris Fraser.
  12.  * Copyright (C) 2000, 2002  Maciej W. Rozycki
  13.  *
  14.  * These are addresses which have to be known early in the boot process.
  15.  * For other addresses refer to tc.h, ioasic_addrs.h and friends.
  16.  */
  17. #ifndef __ASM_MIPS_DEC_KN02XA_H
  18. #define __ASM_MIPS_DEC_KN02XA_H
  19. #include <asm/addrspace.h>
  20. /*
  21.  * Some port addresses...
  22.  */
  23. #define KN02XA_IOASIC_BASE KSEG1ADDR(0x1c040000) /* I/O ASIC */
  24. #define KN02XA_RTC_BASE KSEG1ADDR(0x1c200000) /* RTC */
  25. #define KN02XA_IOASIC_REG(r) (KN02XA_IOASIC_BASE+(r))
  26. #endif /* __ASM_MIPS_DEC_KN02XA_H */