source: rtems/c/src/lib/libbsp/powerpc/mvme5500/GT64260/bspMvme5500.h @ ac7af4a

4.104.115
Last change on this file since ac7af4a was ac7af4a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/09 at 04:37:44

Whitespace removal.

  • Property mode set to 100644
File size: 547 bytes
RevLine 
[7be6ad9]1/* GT64260 register base mapping on the MVME5500
2 *
[ac7af4a]3 * (C) Shuchen K. Feng <feng1@bnl.gov>,NSLS,
[7be6ad9]4 * Brookhaven National Laboratory, 2003
5 *
6 */
7#define _256M           0x10000000
8#define _512M           0x20000000
9
10#define GT64260_REG_BASE        0xf1000000  /* Base of GT64260 Reg Space */
11#define GT64260_REG_SPACE_SIZE  0x10000     /* 64Kb Internal Reg Space */
12
13#define GT64260_DEV1_BASE       0xf1100000  /* Device bank1(chip select 1) base
14                                             */
15#define GT64260_DEV1_SIZE       0x00100000 /* Device bank size */
Note: See TracBrowser for help on using the repository browser.