Home
last modified time | relevance | path

Searched refs:PirqTableSize (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/
DLegacyBiosPlatform.h226 OUT UINTN *PirqTableSize, OPTIONAL
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBiosPlatform.h670 OUT UINTN *PirqTableSize, OPTIONAL
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c790 IN UINTN PirqTableSize in CopyPirqTable() argument
812 Regs.X.CX = (UINT16) PirqTableSize; in CopyPirqTable()
833 DEBUG ((EFI_D_ERROR, "PIRQ table length insufficient - %x\n", PirqTableSize)); in CopyPirqTable()
836 Private->Legacy16Table->IrqRoutingTableLength = (UINT32)PirqTableSize; in CopyPirqTable()
840 PirqTableSize in CopyPirqTable()
1096 UINTN PirqTableSize; in PciProgramAllInterruptLineRegisters() local
1120 &PirqTableSize, in PciProgramAllInterruptLineRegisters()
1132 PirqTableSize in PciProgramAllInterruptLineRegisters()
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
DLegacyPlatform.c684 OUT UINTN *PirqTableSize, OPTIONAL in GetRoutingTable() argument
740 *PirqTableSize = PTableSize; in GetRoutingTable()