gg2.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:2k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: SCCS/s.gg2.h 1.5 05/17/01 18:14:24 cort
  3.  */
  4. /*
  5.  *  asm-ppc/gg2.h -- VLSI VAS96011/12 `Golden Gate 2' register definitions
  6.  *
  7.  *  Copyright (C) 1997 Geert Uytterhoeven
  8.  *
  9.  *  This file is based on the following documentation:
  10.  *
  11.  * The VAS96011/12 Chipset, Data Book, Edition 1.0
  12.  * VLSI Technology, Inc.
  13.  *
  14.  *  This file is subject to the terms and conditions of the GNU General Public
  15.  *  License.  See the file COPYING in the main directory of this archive
  16.  *  for more details.
  17.  */
  18. #ifndef _ASMPPC_GG2_H
  19. #define _ASMPPC_GG2_H
  20.     /*
  21.      *  Memory Map (CHRP mode)
  22.      */
  23. #define GG2_PCI_MEM_BASE 0xc0000000 /* Peripheral memory space */
  24. #define GG2_ISA_MEM_BASE 0xf7000000 /* Peripheral memory alias */
  25. #define GG2_ISA_IO_BASE 0xf8000000 /* Peripheral I/O space */
  26. #define GG2_PCI_CONFIG_BASE 0xfec00000 /* PCI configuration space */
  27. #define GG2_INT_ACK_SPECIAL 0xfec80000 /* Interrupt acknowledge and */
  28. /* special PCI cycles */
  29. #define GG2_ROM_BASE0 0xff000000 /* ROM bank 0 */
  30. #define GG2_ROM_BASE1 0xff800000 /* ROM bank 1 */
  31.     /*
  32.      *  GG2 specific PCI Registers
  33.      */
  34. #define GG2_PCI_BUSNO 0x40 /* Bus number */
  35. #define GG2_PCI_SUBBUSNO 0x41 /* Subordinate bus number */
  36. #define GG2_PCI_DISCCTR 0x42 /* Disconnect counter */
  37. #define GG2_PCI_PPC_CTRL 0x50 /* PowerPC interface control register */
  38. #define GG2_PCI_ADDR_MAP 0x5c /* Address map */
  39. #define GG2_PCI_PCI_CTRL 0x60 /* PCI interface control register */
  40. #define GG2_PCI_ROM_CTRL 0x70 /* ROM interface control register */
  41. #define GG2_PCI_ROM_TIME 0x74 /* ROM timing */
  42. #define GG2_PCI_CC_CTRL 0x80 /* Cache controller control register */
  43. #define GG2_PCI_DRAM_BANK0 0x90 /* Control register for DRAM bank #0 */
  44. #define GG2_PCI_DRAM_BANK1 0x94 /* Control register for DRAM bank #1 */
  45. #define GG2_PCI_DRAM_BANK2 0x98 /* Control register for DRAM bank #2 */
  46. #define GG2_PCI_DRAM_BANK3 0x9c /* Control register for DRAM bank #3 */
  47. #define GG2_PCI_DRAM_BANK4 0xa0 /* Control register for DRAM bank #4 */
  48. #define GG2_PCI_DRAM_BANK5 0xa4 /* Control register for DRAM bank #5 */
  49. #define GG2_PCI_DRAM_TIME0 0xb0 /* Timing parameters set #0 */
  50. #define GG2_PCI_DRAM_TIME1 0xb4 /* Timing parameters set #1 */
  51. #define GG2_PCI_DRAM_CTRL 0xc0 /* DRAM control */
  52. #define GG2_PCI_ERR_CTRL 0xd0 /* Error control register */
  53. #define GG2_PCI_ERR_STATUS 0xd4 /* Error status register */
  54. /* Cleared when read */
  55. #endif /* _ASMPPC_GG2_H */