cqreek.h 701 B

123456789101112131415161718192021222324252627
  1. #ifndef __ASM_SH_CQREEK_CQREEK_H
  2. #define __ASM_SH_CQREEK_CQREEK_H
  3. #define BRIDGE_FEATURE 0x0002
  4. #define BRIDGE_IDE_CTRL 0x0018
  5. #define BRIDGE_IDE_INTR_LVL 0x001A
  6. #define BRIDGE_IDE_INTR_MASK 0x001C
  7. #define BRIDGE_IDE_INTR_STAT 0x001E
  8. #define BRIDGE_ISA_CTRL 0x0028
  9. #define BRIDGE_ISA_INTR_LVL 0x002A
  10. #define BRIDGE_ISA_INTR_MASK 0x002C
  11. #define BRIDGE_ISA_INTR_STAT 0x002E
  12. /* arch/sh/boards/cqreek/setup.c */
  13. extern void setup_cqreek(void);
  14. /* arch/sh/boards/cqreek/irq.c */
  15. extern int cqreek_has_ide, cqreek_has_isa;
  16. extern void init_cqreek_IRQ(void);
  17. /* arch/sh/boards/cqreek/io.c */
  18. extern unsigned long cqreek_port2addr(unsigned long port);
  19. #endif /* __ASM_SH_CQREEK_CQREEK_H */