memoryOperation.h 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * asm-mips/nile4.h -- NEC Vrc-5074 Nile 4 definitions
  3. *
  4. * Copyright (C) 2000 Geert Uytterhoeven <geert@sonycom.com>
  5. * Sony Software Development Center Europe (SDCE), Brussels
  6. *
  7. * This file is based on the following documentation:
  8. *
  9. * NEC Vrc 5074 System Controller Data Sheet, June 1998
  10. */
  11. #ifndef _ASM_NILE4_H
  12. #define _ASM_NILE4_H
  13. #define NILE4_BASE 0xbfa00000
  14. #define NILE4_SIZE 0x00200000 /* 2 MB */
  15. /*
  16. * Physical Device Address Registers (PDARs)
  17. */
  18. #define NILE4_SDRAM0 0x0000 /* SDRAM Bank 0 [R/W] */
  19. #define NILE4_SDRAM1 0x0008 /* SDRAM Bank 1 [R/W] */
  20. #define NILE4_DCS2 0x0010 /* Device Chip-Select 2 [R/W] */
  21. #define NILE4_DCS3 0x0018 /* Device Chip-Select 3 [R/W] */
  22. #define NILE4_DCS4 0x0020 /* Device Chip-Select 4 [R/W] */
  23. #define NILE4_DCS5 0x0028 /* Device Chip-Select 5 [R/W] */
  24. #define NILE4_DCS6 0x0030 /* Device Chip-Select 6 [R/W] */
  25. #define NILE4_DCS7 0x0038 /* Device Chip-Select 7 [R/W] */
  26. #define NILE4_DCS8 0x0040 /* Device Chip-Select 8 [R/W] */
  27. #define NILE4_PCIW0 0x0060 /* PCI Address Window 0 [R/W] */