Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/
DLegacyBiosPlatform.h224 OUT UINTN *RoutingTableEntries,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c455 IN UINTN RoutingTableEntries in CreateBridgeTable() argument
518 for (Index1 = 0; Index1 < RoutingTableEntries; Index1++){ in CreateBridgeTable()
615 IN UINTN RoutingTableEntries in GetBaseBus() argument
619 for (Index = 0; Index < RoutingTableEntries; Index++) { in GetBaseBus()
788 IN UINTN RoutingTableEntries, in CopyPirqTable() argument
808 Private->NumberIrqRoutingEntries = (UINT16) (RoutingTableEntries); in CopyPirqTable()
1091 UINTN RoutingTableEntries; in PciProgramAllInterruptLineRegisters() local
1118 &RoutingTableEntries, in PciProgramAllInterruptLineRegisters()
1124 CreateBridgeTable (RoutingTable, RoutingTableEntries); in PciProgramAllInterruptLineRegisters()
1130 RoutingTableEntries, in PciProgramAllInterruptLineRegisters()
[all …]
DLegacyBootSupport.c237 UINTN RoutingTableEntries; in UpdateSioData() local
282 &RoutingTableEntries, in UpdateSioData()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBiosPlatform.h668 OUT UINTN *RoutingTableEntries,
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
DLegacyPlatform.c682 OUT UINTN *RoutingTableEntries, in GetRoutingTable() argument
747 *RoutingTableEntries = MAX_IRQ_ROUTING_ENTRIES; in GetRoutingTable()