X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FPci%2FEhciPei%2FEhcPeim.h;fp=MdeModulePkg%2FBus%2FPci%2FEhciPei%2FEhcPeim.h;h=74037769a4e0ee34c5be8c9fa21a77664118d293;hp=fa1671bd8fb6679f14e8b946286b276c46f9ffd0;hb=bfe37a77e09335fce423170ad470dc1117b80c38;hpb=5a127abadaf964f3c7714da844c925e1a66e1687 diff --git a/MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.h b/MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.h index fa1671bd8f..74037769a4 100644 --- a/MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.h +++ b/MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.h @@ -1,7 +1,7 @@ /** @file Private Header file for Usb Host Controller PEIM -Copyright (c) 2010, Intel Corporation. All rights reserved.
+Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions @@ -61,13 +61,10 @@ typedef struct _PEI_USB2_HC_DEV PEI_USB2_HC_DEV; #define EHC_ROOT_PORT_RECOVERY_STALL (20 * EHC_1_MILLISECOND) // -// Sync and Async transfer polling interval, set by experience, -// and the unit of Async is 100us, means 50ms as interval. +// Sync transfer polling interval, set by experience. // #define EHC_SYNC_POLL_INTERVAL (6 * EHC_1_MILLISECOND) -#define EHC_ASYNC_POLL_INTERVAL (50 * 10000U) - // //Iterate through the doule linked list. NOT delete safe //