Searched refs:PCI_MAX_BAR (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciBus.h195 PCI_BAR PciBar[PCI_MAX_BAR];
284 PCI_BAR VfPciBar[PCI_MAX_BAR];
H A DPciEnumeratorSupport.c330 for (Index = 0; Index < PCI_MAX_BAR; Index++) {
343 for (Index = 0; Index < PCI_MAX_BAR; Index++) {
415 for (Offset = 0x10, BarIndex = 0; Offset <= 0x24 && BarIndex < PCI_MAX_BAR; BarIndex++) {
427 ASSERT (BarIndex < PCI_MAX_BAR);
1330 BarEndIndex = PCI_MAX_BAR - 1;
1333 if (BarIndex > PCI_MAX_BAR) {
H A DPciResourceSupport.c451 for (Index = 0; Index < PCI_MAX_BAR; Index++) {
560 for (Index = 0; Index < PCI_MAX_BAR; Index++) {
1274 ASSERT (Node->Bar < PCI_MAX_BAR);
1365 ASSERT (Node->Bar < PCI_MAX_BAR);
H A DPciIo.c99 if (BarIndex >= PCI_MAX_BAR) {
1797 if (BarIndex >= PCI_MAX_BAR) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPci22.h518 #define PCI_MAX_BAR 0x0006 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A Dpci22.h290 #define PCI_MAX_BAR 0x0006 macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPci22.h520 #define PCI_MAX_BAR 0x0006 macro

Completed in 70 milliseconds