patch-2.4.21 linux-2.4.21/arch/ppc/kernel/open_pic_defs.h
Next file: linux-2.4.21/arch/ppc/kernel/pci-dma.c
Previous file: linux-2.4.21/arch/ppc/kernel/open_pic.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
2003-06-13 07:51:31.000000000 -0700
- Orig file:
linux-2.4.20/arch/ppc/kernel/open_pic_defs.h
- Orig date:
2001-08-28 06:58:33.000000000 -0700
diff -urN linux-2.4.20/arch/ppc/kernel/open_pic_defs.h linux-2.4.21/arch/ppc/kernel/open_pic_defs.h
@@ -1,7 +1,4 @@
/*
- * BK Id: SCCS/s.open_pic_defs.h 1.8 08/20/01 22:33:28 paulus
- */
-/*
* linux/openpic.h -- OpenPIC definitions
*
* Copyright (C) 1997 Geert Uytterhoeven
@@ -209,6 +206,14 @@
#define OPENPIC_CONFIG_BASE_MASK 0x000fffff
/*
+ * Global Configuration Register 1
+ * This is the EICR on EPICs.
+ */
+
+#define OPENPIC_EICR_S_CLK_MASK 0x70000000
+#define OPENPIC_EICR_SIE 0x08000000
+
+ /*
* Vendor Identification Register
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)