HomeSort by relevance Sort by last modified time
    Searched defs:BarType (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/Virtio10Dxe/
Virtio10.h 36 VIRTIO_1_0_BAR_TYPE BarType;
Virtio10.c 81 EFI_PCI_IO_PROTOCOL_ACCESS *BarType;
114 BarType = (Config->BarType == Virtio10BarTypeMem) ? &PciIo->Mem : &PciIo->Io;
115 Access = Write ? BarType->Write : BarType->Read;
131 @param[out] BarType On output, a VIRTIO_1_0_BAR_TYPE value that gives the
135 BarType.
147 OUT VIRTIO_1_0_BAR_TYPE *BarType
166 *BarType = Virtio10BarTypeMem;
171 *BarType = Virtio10BarTypeIo;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciBus.h 85 PCI_BAR_TYPE BarType;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciBus.h 104 PCI_BAR_TYPE BarType;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PciBus.h 102 PCI_BAR_TYPE BarType;

Completed in 190 milliseconds