be2net: add code to dump registers for debug
[deliverable/linux.git] / drivers / net / benet / be_hw.h
index 06839676e3c474fa598f86f7ab93a5130b99453d..6c8f9bb8bfe67cfec9618e4690a6a068ee32855f 100644 (file)
 #define PCICFG_PM_CONTROL_OFFSET               0x44
 #define PCICFG_PM_CONTROL_MASK                 0x108   /* bits 3 & 8 */
 
+/********* Online Control Registers *******/
+#define PCICFG_ONLINE0                         0xB0
+#define PCICFG_ONLINE1                         0xB4
+
+/********* UE Status and Mask Registers ***/
+#define PCICFG_UE_STATUS_LOW                   0xA0
+#define PCICFG_UE_STATUS_HIGH                  0xA4
+#define PCICFG_UE_STATUS_LOW_MASK              0xA8
+#define PCICFG_UE_STATUS_HI_MASK               0xAC
+
 /********* ISR0 Register offset **********/
 #define CEV_ISR0_OFFSET                        0xC18
 #define CEV_ISR_SIZE                           4
This page took 0.024921 seconds and 5 git commands to generate.