]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.c
Add the missing HiiVendor DevicePath for new added DriverHealth Form.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / EhciReg.c
index 87a41e1e889505c8b9e6bbf2ad4f12a5a8145cbc..9a5c76f098a6e10c997a7ba70e6a7ae9bd2c9b0a 100644 (file)
@@ -2,7 +2,7 @@
 \r
   The EHCI register operation routines.\r
 \r
-Copyright (c) 2007, Intel Corporation\r
+Copyright (c) 2007 - 2009, Intel Corporation\r
 All rights reserved. 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
@@ -100,8 +100,6 @@ EhcReadOpReg (
   @param  Offset       EHCI operation register offset.\r
   @param  Data         The data to write.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcWriteOpReg (\r
@@ -136,8 +134,6 @@ EhcWriteOpReg (
   @param  Offset       The offset of the operational register.\r
   @param  Bit          The bit mask of the register to set.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcSetOpRegBit (\r
@@ -161,8 +157,6 @@ EhcSetOpRegBit (
   @param  Offset       The offset of the operational register.\r
   @param  Bit          The bit mask of the register to clear.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcClearOpRegBit (\r
@@ -222,8 +216,6 @@ EhcWaitOpRegBit (
 \r
   @param  Ehc          The EHCI device.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcClearLegacySupport (\r
@@ -308,8 +300,6 @@ EhcSetAndWaitDoorBell (
 \r
   @param  Ehc          The EHCI device.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcAckAllInterrupt (\r
@@ -571,7 +561,7 @@ EhcInitHC (
   // Allocate the periodic frame and associated memeory\r
   // management facilities if not already done.\r
   //\r
-  if (Ehc->PeriodFrame != NULL) {\r
+  if (Ehc->PeriodFrameHost != NULL) {\r
     EhcFreeSched (Ehc);\r
   }\r
 \r