Loading drivers/usb/host/xhci.h +2 −2 Original line number Diff line number Diff line Loading @@ -437,8 +437,8 @@ struct xhci_op_regs { #define PORT_L1_TIMEOUT(p)(((p) & 0xff) << 2) #define PORT_BESLD(p)(((p) & 0xf) << 10) /* use 512 microseconds as USB2 LPM L1 default timeout. */ #define XHCI_L1_TIMEOUT 512 /* use 128 microseconds as USB2 LPM L1 default timeout. */ #define XHCI_L1_TIMEOUT 128 /* Set default HIRD/BESL value to 4 (350/400us) for USB2 L1 LPM resume latency. * Safe to use with mixed HIRD and BESL systems (host and device) and is used Loading Loading
drivers/usb/host/xhci.h +2 −2 Original line number Diff line number Diff line Loading @@ -437,8 +437,8 @@ struct xhci_op_regs { #define PORT_L1_TIMEOUT(p)(((p) & 0xff) << 2) #define PORT_BESLD(p)(((p) & 0xf) << 10) /* use 512 microseconds as USB2 LPM L1 default timeout. */ #define XHCI_L1_TIMEOUT 512 /* use 128 microseconds as USB2 LPM L1 default timeout. */ #define XHCI_L1_TIMEOUT 128 /* Set default HIRD/BESL value to 4 (350/400us) for USB2 L1 LPM resume latency. * Safe to use with mixed HIRD and BESL systems (host and device) and is used Loading