Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96e4a387 authored by Casey Leedom's avatar Casey Leedom Committed by David S. Miller
Browse files

cxgb3: Add register bit definition for Fatal Parity Error.

parent 52ee7a04
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1997,6 +1997,10 @@

#define A_PL_RST 0x6f0

#define S_FATALPERREN    4
#define V_FATALPERREN(x) ((x) << S_FATALPERREN)
#define F_FATALPERREN    V_FATALPERREN(1U)

#define S_CRSTWRM    1
#define V_CRSTWRM(x) ((x) << S_CRSTWRM)
#define F_CRSTWRM    V_CRSTWRM(1U)