Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316953
b: refs/heads/master
c: 7e39b81
h: refs/heads/master
i:
  316951: 6c2e932
v: v3
  • Loading branch information
Pratyush Anand authored and Felipe Balbi committed Jun 6, 2012
1 parent bfaa678 commit ba40b01
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: 3336abb5b608300550136ddab7a7101b30d45fa7
refs/heads/master: 7e39b817ee64a8b67282c76f52aaabddc8a5cd26
2 changes: 1 addition & 1 deletion trunk/drivers/usb/dwc3/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
#define DWC3_DCTL_LSFTRST (1 << 29)

#define DWC3_DCTL_HIRD_THRES_MASK (0x1f << 24)
#define DWC3_DCTL_HIRD_THRES(n) (((n) & DWC3_DCTL_HIRD_THRES_MASK) >> 24)
#define DWC3_DCTL_HIRD_THRES(n) ((n) << 24)

#define DWC3_DCTL_APPL1RES (1 << 23)

Expand Down

0 comments on commit ba40b01

Please sign in to comment.