Home
last modified time | relevance | path

Searched refs:DeviceTable (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
DLegacyPlatform.c112 IN OUT DEVICE_STRUCTURE *DeviceTable, in FindAllDeviceTypes() argument
183 DeviceTable->Handle = HandleBuffer[Index]; in FindAllDeviceTypes()
184 DeviceTable->Vid = PciConfigHeader.Hdr.VendorId; in FindAllDeviceTypes()
185 DeviceTable->Did = PciConfigHeader.Hdr.DeviceId; in FindAllDeviceTypes()
186 DeviceTable->SvId = PciConfigHeader.Device.SubsystemVendorID; in FindAllDeviceTypes()
187 DeviceTable->SysId = PciConfigHeader.Device.SubsystemID; in FindAllDeviceTypes()
189 DeviceTable++; in FindAllDeviceTypes()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/PciEmulation/
DPciEmulation.c86 #define DEV_ENABLED(type, index) (type ## DeviceTable[index])