]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/XhciDxe/Xhci.h
MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that those...
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / XhciDxe / Xhci.h
index f6da016bfb8ee8589b8105cb40d44248265600d9..a486413086d51c18ea0f7a5fe7c1fe7c14dbe1ab 100644 (file)
@@ -2,7 +2,7 @@
 \r
   Provides some data structure definitions used by the XHCI host controller driver.\r
 \r
-Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -71,10 +71,10 @@ typedef struct _USB_DEV_CONTEXT      USB_DEV_CONTEXT;
 //\r
 #define XHC_TPL                      TPL_NOTIFY\r
 \r
-#define CMD_RING_TRB_NUMBER          0x40\r
-#define TR_RING_TRB_NUMBER           0x40\r
+#define CMD_RING_TRB_NUMBER          0x100\r
+#define TR_RING_TRB_NUMBER           0x100\r
 #define ERST_NUMBER                  0x01\r
-#define EVENT_RING_TRB_NUMBER        0x80\r
+#define EVENT_RING_TRB_NUMBER        0x200\r
 \r
 #define CMD_INTER                    0\r
 #define CTRL_INTER                   1\r