X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=PcAtChipsetPkg%2FInclude%2FLibrary%2FIoApicLib.h;h=c109b17a8d9f2d45aa53b963d390e773b4ead7a8;hp=c3eb0ce4b3960ca4238b93b22fdf00583f73760e;hb=5a702acd3df099307d9bae0725f97b52b4895382;hpb=f75a7f568e6d0944327970b3f3f2dafd9bba76b1 diff --git a/PcAtChipsetPkg/Include/Library/IoApicLib.h b/PcAtChipsetPkg/Include/Library/IoApicLib.h index c3eb0ce4b3..c109b17a8d 100644 --- a/PcAtChipsetPkg/Include/Library/IoApicLib.h +++ b/PcAtChipsetPkg/Include/Library/IoApicLib.h @@ -4,7 +4,7 @@ I/O APIC library assumes I/O APIC is enabled. It does not handles cases where I/O APIC is disabled. - Copyright (c) 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -21,7 +21,7 @@ Read a 32-bit I/O APIC register. If Index is >= 0x100, then ASSERT(). - + @param Index Specifies the I/O APIC register to read. @return The 32-bit value read from the I/O APIC register specified by Index. @@ -36,7 +36,7 @@ IoApicRead ( Write a 32-bit I/O APIC register. If Index is >= 0x100, then ASSERT(). - + @param Index Specifies the I/O APIC register to write. @param Value Specifies the value to write to the I/O APIC register specified by Index. @@ -52,8 +52,8 @@ IoApicWrite ( /** Set the interrupt mask of an I/O APIC interrupt. - If Irq is larger than the maximum number I/O APIC redirection entries, then ASSERT(). - + If Irq is larger than the maximum number I/O APIC redirection entries, then ASSERT(). + @param Irq Specifies the I/O APIC interrupt to enable or disable. @param Enable If TRUE, then enable the I/O APIC interrupt specified by Irq. If FALSE, then disable the I/O APIC interrupt specified by Irq. @@ -67,13 +67,13 @@ IoApicEnableInterrupt ( /** Configures an I/O APIC interrupt. - + Configure an I/O APIC Redirection Table Entry to deliver an interrupt in physical - mode to the Local APIC of the currntly executing CPU. The default state of the + mode to the Local APIC of the currntly executing CPU. The default state of the entry is for the interrupt to be disabled (masked). IoApicEnableInterrupts() must be used to enable(unmask) the I/O APIC Interrupt. - If Irq is larger than the maximum number I/O APIC redirection entries, then ASSERT(). + If Irq is larger than the maximum number I/O APIC redirection entries, then ASSERT(). If Vector >= 0x100, then ASSERT(). If DeliveryMode is not supported, then ASSERT().