Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciEnumeratorSupport.c436 …if ((PciIoDevice->VfPciBar[Index].BarType == PciBarTypeUnknown) && (PciIoDevice->VfPciBar[Index].L… in DumpPciBars()
443 Index, mBarTypeStr[MIN (PciIoDevice->VfPciBar[Index].BarType, PciBarTypeMaxType)], in DumpPciBars()
444 …PciIoDevice->VfPciBar[Index].Alignment, PciIoDevice->VfPciBar[Index].Length, PciIoDevice->VfPciBar in DumpPciBars()
1600 PciIoDevice->VfPciBar[BarIndex].BaseAddress = 0; in PciIovParseVfBar()
1601 PciIoDevice->VfPciBar[BarIndex].Length = 0; in PciIovParseVfBar()
1602 PciIoDevice->VfPciBar[BarIndex].Alignment = 0; in PciIovParseVfBar()
1607 PciIoDevice->VfPciBar[BarIndex].Offset = (UINT16) Offset; in PciIovParseVfBar()
1611 PciIoDevice->VfPciBar[BarIndex].Offset = (UINT16) Offset; in PciIovParseVfBar()
1623 PciIoDevice->VfPciBar[BarIndex].BaseAddress = OriginalValue & Mask; in PciIovParseVfBar()
1632 PciIoDevice->VfPciBar[BarIndex].BarType = PciBarTypePMem32; in PciIovParseVfBar()
[all …]
DPciResourceSupport.c580 switch ((PciDev->VfPciBar)[Index].BarType) { in GetResourceFromDevice()
586 (PciDev->VfPciBar)[Index].Length, in GetResourceFromDevice()
587 (PciDev->VfPciBar)[Index].Alignment, in GetResourceFromDevice()
604 (PciDev->VfPciBar)[Index].Length, in GetResourceFromDevice()
605 (PciDev->VfPciBar)[Index].Alignment, in GetResourceFromDevice()
622 (PciDev->VfPciBar)[Index].Length, in GetResourceFromDevice()
623 (PciDev->VfPciBar)[Index].Alignment, in GetResourceFromDevice()
640 (PciDev->VfPciBar)[Index].Length, in GetResourceFromDevice()
641 (PciDev->VfPciBar)[Index].Alignment, in GetResourceFromDevice()
1405 switch ((Node->PciDev->VfPciBar[Node->Bar]).BarType) { in ProgramVfBar()
[all …]
DPciBus.h282 PCI_BAR VfPciBar[PCI_MAX_BAR]; member
DPciLib.c197 Bar = Resource->Virtual ? Resource->PciDev->VfPciBar : Resource->PciDev->PciBar; in DumpBridgeResource()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPciBus.h271 PCI_BAR VfPciBar[PCI_MAX_BAR];