diff options
Diffstat (limited to 'drivers/usb/host/xhci.h')
| -rw-r--r-- | drivers/usb/host/xhci.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index bf0b3692dc9a..260b259b72bc 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1680,7 +1680,7 @@ struct xhci_bus_state {   * It can take up to 20 ms to transition from RExit to U0 on the   * Intel Lynx Point LP xHCI host.   */ -#define	XHCI_MAX_REXIT_TIMEOUT	(20 * 1000) +#define	XHCI_MAX_REXIT_TIMEOUT_MS	20  static inline unsigned int hcd_index(struct usb_hcd *hcd)  { @@ -1849,6 +1849,7 @@ struct xhci_hcd {  #define XHCI_INTEL_USB_ROLE_SW	BIT_ULL(31)  #define XHCI_ZERO_64B_REGS	BIT_ULL(32)  #define XHCI_DEFAULT_PM_RUNTIME_ALLOW	BIT_ULL(33) +#define XHCI_RESET_PLL_ON_DISCONNECT	BIT_ULL(34)  	unsigned int		num_active_eps;  	unsigned int		limit_active_eps; | 
