MdeModulePkg/EhciPei: Remove unused macro

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tian Feng <feng.tian@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17588 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Tian Feng 2015-06-09 03:22:18 +00:00 committed by erictian
parent 5a127abada
commit bfe37a77e0
1 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,7 @@
/** @file /** @file
Private Header file for Usb Host Controller PEIM Private Header file for Usb Host Controller PEIM
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR> Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials This program and the accompanying materials
are licensed and made available under the terms and conditions 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) #define EHC_ROOT_PORT_RECOVERY_STALL (20 * EHC_1_MILLISECOND)
// //
// Sync and Async transfer polling interval, set by experience, // Sync transfer polling interval, set by experience.
// and the unit of Async is 100us, means 50ms as interval.
// //
#define EHC_SYNC_POLL_INTERVAL (6 * EHC_1_MILLISECOND) #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 //Iterate through the doule linked list. NOT delete safe
// //