HomeSort by relevance Sort by last modified time
    Searched defs:RoutingTable (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBootSupport.c 236 EFI_LEGACY_IRQ_ROUTING_ENTRY *RoutingTable;
281 (VOID *) &RoutingTable,
    [all...]
LegacyPci.c 445 @param RoutingTable RoutingTable obtained from Platform.
446 @param RoutingTableEntries Number of RoutingTable entries.
454 IN EFI_LEGACY_IRQ_ROUTING_ENTRY *RoutingTable,
523 if ((RoutingTable[Index1].Slot != 0) && (Bridges[BridgeIndex].PrimaryBus == RoutingTable[Index1].Bus)
524 && ((Bridges[BridgeIndex].PciDevice << 3) == RoutingTable[Index1].Device)) {
602 @param RoutingTable The platform specific routing table
614 IN EFI_LEGACY_IRQ_ROUTING_ENTRY *RoutingTable,
620 if ((RoutingTable[Index].Bus == PciBus) && (RoutingTable[Index].Device == (PciDevice << 3))) {
    [all...]

Completed in 367 milliseconds