Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227038
b: refs/heads/master
c: 6ef9fc6
h: refs/heads/master
v: v3
  • Loading branch information
Anand Gadiyar authored and Greg Kroah-Hartman committed Dec 16, 2010
1 parent 53a84fe commit 88087ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a0c9e95dfc6898dbc178d7b962916f3823434e6e
refs/heads/master: 6ef9fc657bd69c708ada2ee9fd3b2e13f7600a3d
6 changes: 3 additions & 3 deletions trunk/drivers/usb/host/ehci-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
#define OMAP_TLL_ULPI_SCRATCH_REGISTER(num) (0x816 + 0x100 * num)

#define OMAP_TLL_CHANNEL_COUNT 3
#define OMAP_TLL_CHANNEL_1_EN_MASK (1 << 1)
#define OMAP_TLL_CHANNEL_2_EN_MASK (1 << 2)
#define OMAP_TLL_CHANNEL_3_EN_MASK (1 << 4)
#define OMAP_TLL_CHANNEL_1_EN_MASK (1 << 0)
#define OMAP_TLL_CHANNEL_2_EN_MASK (1 << 1)
#define OMAP_TLL_CHANNEL_3_EN_MASK (1 << 2)

/* UHH Register Set */
#define OMAP_UHH_REVISION (0x00)
Expand Down

0 comments on commit 88087ef

Please sign in to comment.