Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214290
b: refs/heads/master
c: 96e4a38
h: refs/heads/master
v: v3
  • Loading branch information
Casey Leedom authored and David S. Miller committed Sep 3, 2010
1 parent 41a0014 commit f884fe5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 52ee7a04a0f88815a71acdc604a854fb30dcbe45
refs/heads/master: 96e4a387528cfe806fbdf7b022a6c3f103af4ae1
4 changes: 4 additions & 0 deletions trunk/drivers/net/cxgb3/regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f884fe5

Please sign in to comment.