Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302636
b: refs/heads/master
c: f665acb
h: refs/heads/master
v: v3
  • Loading branch information
Mitko Haralanov authored and Roland Dreier committed May 14, 2012
1 parent a3d9868 commit 6be74ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6ceaadee341da89af143c5cd56a3652b406e1ff5
refs/heads/master: f665acb3cbc4d7d83bd655d21e4c7edc45029c46
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/qib/qib_iba7322.c
Original file line number Diff line number Diff line change
Expand Up @@ -7709,7 +7709,7 @@ static int serdes_7322_init_new(struct qib_pportdata *ppd)
ibsd_wr_allchans(ppd, 5, 0, BMASK(0, 0));
msleep(20);
/* Set Frequency Loop Bandwidth */
ibsd_wr_allchans(ppd, 2, (7 << 5), BMASK(8, 5));
ibsd_wr_allchans(ppd, 2, (15 << 5), BMASK(8, 5));
/* Enable Frequency Loop */
ibsd_wr_allchans(ppd, 2, (1 << 4), BMASK(4, 4));
/* Set Timing Loop Bandwidth */
Expand Down

0 comments on commit 6be74ea

Please sign in to comment.