~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/include/asm-mips/orion.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /*
  2  * Orion/Galileo specific header file.
  3  *  -- Cort <cort@fsmlabs.com>
  4  */
  5 #ifndef __LINUX_MIPS_ORION_H
  6 #define __LINUX_MIPS_ORION_H
  7 
  8 /* base address for the GT-64120 internal registers */
  9 #define GT64120_BASE (0x14000000)
 10 /* GT64120 and PCI_0 interrupt cause register */
 11 #define GT64120_CAUSE_LOW *(unsigned long *)(GT64120_BASE + 0xc18)
 12 #define GT64120_CAUSE_HIGH *(unsigned long *)(GT64120_BASE + 0xc1c)
 13 
 14 #endif /* __LINUX_MIPS_ORION_H */
 15 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.