Home | History | Annotate | Download | only in PciBusNoEnumerationDxe

Lines Matching refs:Index

311   UINTN                             Index;

323 for (Index = 0; Index < PciOptionRomTable->PciOptionRomCount; Index++) {
324 PciOptionRomDescriptor = &PciOptionRomTable->PciOptionRomDescriptors[Index];
363 UINTN Index;
370 for (Index = 0; Index < PciOptionRomTable->PciOptionRomCount; Index++) {
371 PciOptionRomDescriptor = &PciOptionRomTable->PciOptionRomDescriptors[Index];
382 for (Index = 0; Index < mNumberOfPciRomImages; Index++) {
383 if (mRomImageTable[Index].Seg == PciRootBridgeIo->SegmentNumber &&
384 mRomImageTable[Index].Bus == PciIoDevice->BusNumber &&
385 mRomImageTable[Index].Dev == PciIoDevice->DeviceNumber &&
386 mRomImageTable[Index].Func == PciIoDevice->FunctionNumber ) {
388 AddDriver (PciIoDevice, mRomImageTable[Index].ImageHandle);