Home
last modified time | relevance | path

Searched refs:RoutingTable (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c454 IN EFI_LEGACY_IRQ_ROUTING_ENTRY *RoutingTable, in CreateBridgeTable() argument
523 …if ((RoutingTable[Index1].Slot != 0) && (Bridges[BridgeIndex].PrimaryBus == RoutingTable[Index1].B… in CreateBridgeTable()
524 && ((Bridges[BridgeIndex].PciDevice << 3) == RoutingTable[Index1].Device)) { in CreateBridgeTable()
614 IN EFI_LEGACY_IRQ_ROUTING_ENTRY *RoutingTable, in GetBaseBus() argument
620 if ((RoutingTable[Index].Bus == PciBus) && (RoutingTable[Index].Device == (PciDevice << 3))) { in GetBaseBus()
787 IN EFI_LEGACY_IRQ_ROUTING_ENTRY *RoutingTable, in CopyPirqTable() argument
807 Private->InternalIrqRoutingTable = RoutingTable; in CopyPirqTable()
1090 EFI_LEGACY_IRQ_ROUTING_ENTRY *RoutingTable; in PciProgramAllInterruptLineRegisters() local
1117 (VOID *) &RoutingTable, in PciProgramAllInterruptLineRegisters()
1124 CreateBridgeTable (RoutingTable, RoutingTableEntries); in PciProgramAllInterruptLineRegisters()
[all …]
DLegacyBootSupport.c236 EFI_LEGACY_IRQ_ROUTING_ENTRY *RoutingTable; in UpdateSioData() local
281 (VOID *) &RoutingTable, in UpdateSioData()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/
DLegacyBiosPlatform.h223 OUT VOID **RoutingTable,
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBiosPlatform.h667 OUT VOID **RoutingTable,
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
DLegacyPlatform.c681 OUT VOID **RoutingTable, in GetRoutingTable() argument
746 *RoutingTable = PirqTableHead.IrqRoutingEntry; in GetRoutingTable()