Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255354
b: refs/heads/master
c: 267cbe0
h: refs/heads/master
v: v3
  • Loading branch information
Marc Kleine-Budde committed Jun 6, 2011
1 parent 6cd0d3e commit 601317f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c2e0a6d2f7b7c76e0cbc42a8da99fd732f0fdfa
refs/heads/master: 267cbe047cb4f6a3a6337029fc60862be1cf437d
3 changes: 1 addition & 2 deletions trunk/drivers/net/can/at91_can.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@
* RX/TX Mailbox split
* don't dare to touch
*/
#define AT91_MB_RX_NUM 11
#define AT91_MB_TX_SHIFT 2

#define AT91_MB_RX_FIRST 1
#define AT91_MB_RX_LAST (AT91_MB_RX_FIRST + AT91_MB_RX_NUM - 1)
#define AT91_MB_RX_LAST 11

#define AT91_MB_RX_MASK(i) ((1 << (i)) - 1)
#define AT91_MB_RX_SPLIT 8
Expand Down

0 comments on commit 601317f

Please sign in to comment.