Lines Matching refs:PciIoDevice
348 PCI_IO_DEVICE *PciIoDevice
373 PciOptionRomDescriptor->Bus == PciIoDevice->BusNumber &&
374 PciOptionRomDescriptor->Dev == PciIoDevice->DeviceNumber &&
375 PciOptionRomDescriptor->Func == PciIoDevice->FunctionNumber ) {
377 PciIoDevice->PciIo.RomImage = (VOID *) (UINTN) PciOptionRomDescriptor->RomAddress;
378 PciIoDevice->PciIo.RomSize = (UINTN) PciOptionRomDescriptor->RomLength;
384 mRomImageTable[Index].Bus == PciIoDevice->BusNumber &&
385 mRomImageTable[Index].Dev == PciIoDevice->DeviceNumber &&
386 mRomImageTable[Index].Func == PciIoDevice->FunctionNumber ) {
388 AddDriver (PciIoDevice, mRomImageTable[Index].ImageHandle);