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

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)