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

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: SCCS/s.tqm8xx.h 1.8 08/30/01 09:01:04 trini
  3.  */
  4. /*
  5.  * TQM8xx(L) board specific definitions
  6.  * 
  7.  * Copyright (c) 1999,2000,2001 Wolfgang Denk (wd@denx.de)
  8.  */
  9. #ifndef __MACH_TQM8xx_H
  10. #define __MACH_TQM8xx_H
  11. #include <linux/config.h>
  12.  
  13. #include <asm/ppcboot.h>
  14. #define TQM_IMMR_BASE 0xFFF00000 /* phys. addr of IMMR */
  15. #define TQM_IMAP_SIZE (64 * 1024) /* size of mapped area */
  16. #define IMAP_ADDR TQM_IMMR_BASE /* physical base address of IMMR area */
  17. #define IMAP_SIZE TQM_IMAP_SIZE /* mapped size of IMMR area */
  18. /*-----------------------------------------------------------------------
  19.  * PCMCIA stuff
  20.  *-----------------------------------------------------------------------
  21.  *
  22.  */
  23. #define PCMCIA_MEM_SIZE ( 64 << 20 )
  24. #define MAX_HWIFS 1 /* overwrite default in include/asm-ppc/ide.h */
  25. /*
  26.  * Definitions for IDE0 Interface
  27.  */
  28. #define IDE0_BASE_OFFSET 0
  29. #define IDE0_DATA_REG_OFFSET (PCMCIA_MEM_SIZE + 0x320)
  30. #define IDE0_ERROR_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 1)
  31. #define IDE0_NSECTOR_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 2)
  32. #define IDE0_SECTOR_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 3)
  33. #define IDE0_LCYL_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 4)
  34. #define IDE0_HCYL_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 5)
  35. #define IDE0_SELECT_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 6)
  36. #define IDE0_STATUS_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 7)
  37. #define IDE0_CONTROL_REG_OFFSET 0x0106
  38. #define IDE0_IRQ_REG_OFFSET 0x000A /* not used */
  39. #define IDE0_INTERRUPT 13
  40. /* We don't use the 8259.
  41. */
  42. #define NR_8259_INTS 0
  43. #endif /* __MACH_TQM8xx_H */