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
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.