Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326120
b: refs/heads/master
c: 45c2da6
h: refs/heads/master
v: v3
  • Loading branch information
Jim Lin authored and Greg Kroah-Hartman committed Sep 18, 2012
1 parent fe74995 commit 808de3d
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: 8d733e26c076f47e7774c0e5baa74c9b1c01199a
refs/heads/master: 45c2da62199bcea380273b2fba7fa16c1ff27a30
6 changes: 3 additions & 3 deletions trunk/include/linux/usb/ehci_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,18 +171,18 @@ struct ehci_regs {
#define USBMODE_CM_HC (3<<0) /* host controller mode */
#define USBMODE_CM_IDLE (0<<0) /* idle state */

u32 reserved4[7];
u32 reserved4[6];

/* Moorestown has some non-standard registers, partially due to the fact that
* its EHCI controller has both TT and LPM support. HOSTPCx are extensions to
* PORTSCx
*/
/* HOSTPC: offset 0x84 */
u32 hostpc[0]; /* HOSTPC extension */
u32 hostpc[1]; /* HOSTPC extension */
#define HOSTPC_PHCD (1<<22) /* Phy clock disable */
#define HOSTPC_PSPD (3<<25) /* Port speed detection */

u32 reserved5[17];
u32 reserved5[16];

/* USBMODE_EX: offset 0xc8 */
u32 usbmode_ex; /* USB Device mode extension */
Expand Down

0 comments on commit 808de3d

Please sign in to comment.