aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/cxgb3/regs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/regs.h b/drivers/net/cxgb3/regs.h
index cb42353c9fdd..6990f6c65221 100644
--- a/drivers/net/cxgb3/regs.h
+++ b/drivers/net/cxgb3/regs.h
@@ -1997,6 +1997,10 @@
1997 1997
1998#define A_PL_RST 0x6f0 1998#define A_PL_RST 0x6f0
1999 1999
2000#define S_FATALPERREN 4
2001#define V_FATALPERREN(x) ((x) << S_FATALPERREN)
2002#define F_FATALPERREN V_FATALPERREN(1U)
2003
2000#define S_CRSTWRM 1 2004#define S_CRSTWRM 1
2001#define V_CRSTWRM(x) ((x) << S_CRSTWRM) 2005#define V_CRSTWRM(x) ((x) << S_CRSTWRM)
2002#define F_CRSTWRM V_CRSTWRM(1U) 2006#define F_CRSTWRM V_CRSTWRM(1U)