diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/usb/ehci_def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/usb/ehci_def.h b/include/linux/usb/ehci_def.h index 5b88e36c9103..56580aada082 100644 --- a/include/linux/usb/ehci_def.h +++ b/include/linux/usb/ehci_def.h @@ -100,7 +100,8 @@ struct ehci_regs { /* PORTSC: offset 0x44 */ u32 port_status [0]; /* up to N_PORTS */ -/* 31:23 reserved */ +/* 31:24 reserved */ +#define PORT_PHCD (1<<23) /* PHY Low Power Suspend */ #define PORT_WKOC_E (1<<22) /* wake on overcurrent (enable) */ #define PORT_WKDISC_E (1<<21) /* wake on disconnect (enable) */ #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ |