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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumeratorSupport.c380 UINTN BarIndex; local
415 for (Offset = 0x10, BarIndex = 0; Offset <= 0x24 && BarIndex < PCI_MAX_BAR; BarIndex++) {
416 Offset = PciParseBar (PciIoDevice, Offset, BarIndex);
423 for (Offset = PciIoDevice->SrIovCapabilityOffset + EFI_PCIE_CAPABILITY_ID_SRIOV_BAR0, BarIndex = 0;
425 BarIndex++) {
427 ASSERT (BarIndex < PCI_MAX_BAR);
428 Offset = PciIovParseVfBar (PciIoDevice, Offset, BarIndex);
1267 UINTN BarIndex; local
[all...]
H A DPciIo.h33 @param BarIndex The BAR index of the standard PCI Configuration header to use as the
40 @retval EFI_INVALID_PARAMETER Invalid Width/BarIndex or Bar type.
47 IN UINT8 BarIndex,
81 @param BarIndex The BAR index of the standard PCI Configuration header to use as the
90 @retval EFI_UNSUPPORTED BarIndex not valid for this PCI controller.
91 @retval EFI_UNSUPPORTED Offset is not valid for the BarIndex of this PCI controller.
102 IN UINT8 BarIndex,
116 @param BarIndex The BAR index of the standard PCI Configuration header to use as the
125 @retval EFI_UNSUPPORTED BarIndex not valid for this PCI controller.
126 @retval EFI_UNSUPPORTED Offset is not valid for the BarIndex o
[all...]
H A DPciIo.c67 @param BarIndex The BAR index of the standard PCI Configuration header to use as the
74 @retval EFI_INVALID_PARAMETER Invalid Width/BarIndex or Bar type.
81 IN UINT8 BarIndex,
92 if (BarIndex == EFI_PCI_IO_PASS_THROUGH_BAR) {
97 // BarIndex 0-5 is legal
99 if (BarIndex >= PCI_MAX_BAR) {
103 if (!CheckBarType (PciIoDevice, BarIndex, Type)) {
117 if ((*Offset + Count * (UINTN)(1 << Width)) - 1 >= PciIoDevice->PciBar[BarIndex].Length) {
121 *Offset = *Offset + PciIoDevice->PciBar[BarIndex].BaseAddress;
184 @param BarIndex Th
79 PciIoVerifyBarAccess( IN PCI_IO_DEVICE *PciIoDevice, IN UINT8 BarIndex, IN PCI_BAR_TYPE Type, IN IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN IN UINTN Count, IN UINT64 *Offset ) argument
202 PciIoPollMem( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINT64 Mask, IN UINT64 Value, IN UINT64 Delay, OUT UINT64 *Result ) argument
309 PciIoPollIo( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINT64 Mask, IN UINT64 Value, IN UINT64 Delay, OUT UINT64 *Result ) argument
410 PciIoMemRead( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINTN Count, IN OUT VOID *Buffer ) argument
489 PciIoMemWrite( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINTN Count, IN OUT VOID *Buffer ) argument
567 PciIoIoRead( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINTN Count, IN OUT VOID *Buffer ) argument
645 PciIoIoWrite( IN EFI_PCI_IO_PROTOCOL *This, IN EFI_PCI_IO_PROTOCOL_WIDTH Width, IN UINT8 BarIndex, IN UINT64 Offset, IN UINTN Count, IN OUT VOID *Buffer ) argument
1238 CheckBarType( IN PCI_IO_DEVICE *PciIoDevice, IN UINT8 BarIndex, IN PCI_BAR_TYPE BarType ) argument
1775 PciIoGetBarAttributes( IN EFI_PCI_IO_PROTOCOL * This, IN UINT8 BarIndex, OUT UINT64 *Supports, OPTIONAL OUT VOID **Resources OPTIONAL ) argument
1937 PciIoSetBarAttributes( IN EFI_PCI_IO_PROTOCOL *This, IN UINT64 Attributes, IN UINT8 BarIndex, IN OUT UINT64 *Offset, IN OUT UINT64 *Length ) argument
[all...]
H A DPciEnumeratorSupport.h299 @param BarIndex Bar index.
308 IN UINTN BarIndex
316 @param BarIndex Bar index.
325 IN UINTN BarIndex
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPciIo.h135 @param BarIndex The BAR index of the standard PCI Configuration header to use as the
144 @retval EFI_UNSUPPORTED BarIndex not valid for this PCI controller.
145 @retval EFI_UNSUPPORTED Offset is not valid for the BarIndex of this PCI controller.
156 IN UINT8 BarIndex,
169 @param BarIndex The BAR index of the standard PCI Configuration header to use as the
177 @retval EFI_UNSUPPORTED BarIndex not valid for this PCI controller.
179 valid for the PCI BAR specified by BarIndex.
189 IN UINT8 BarIndex,
456 @param BarIndex The BAR index of the standard PCI Configuration header to use as the
468 @retval EFI_UNSUPPORTED BarIndex no
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DPciIo.h137 @param BarIndex The BAR index of the standard PCI Configuration header to use as the
146 @retval EFI_UNSUPPORTED BarIndex not valid for this PCI controller.
147 @retval EFI_UNSUPPORTED Offset is not valid for the BarIndex of this PCI controller.
158 IN UINT8 BarIndex,
171 @param BarIndex The BAR index of the standard PCI Configuration header to use as the
179 @retval EFI_UNSUPPORTED BarIndex not valid for this PCI controller.
181 valid for the PCI BAR specified by BarIndex.
191 IN UINT8 BarIndex,
458 @param BarIndex The BAR index of the standard PCI Configuration header to use as the
470 @retval EFI_UNSUPPORTED BarIndex no
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DSnp.c283 UINT8 BarIndex; local
463 // functions use the BarIndex values from the snp structure, so these must be initialized
545 for (BarIndex = 0; BarIndex <= 5; BarIndex++) {
555 Snp->IoBarIndex = BarIndex;

Completed in 86 milliseconds