Home
last modified time | relevance | path

Searched refs:VendorId (Results 1 – 25 of 98) sorted by relevance

1234

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/
DPciPlatform.c200 UINT16 VendorId; in GetPciRom()
255 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint16, 0, 1, &VendorId); in GetPciRom()
262 if ((VendorId == 0x1B21) && (DeviceId == 0x0612)) { in GetPciRom()
286 for (TableIndex = 0; mPciOptionRomTable[TableIndex].VendorId != 0xffff; TableIndex++) { in GetPciRom()
291 if (VendorId != mPciOptionRomTable[TableIndex].VendorId || in GetPciRom()
304 if ((VendorId == IGD_VID) && (DeviceId == IGD_DID_VLV_A0)) { in GetPciRom()
308 if ((VendorId == IGD_VID) && (DeviceId == IGD_DID_II)) { in GetPciRom()
312 if ((VendorId == IGD_VID) && (DeviceId == IGD_DID_0BE4)) { in GetPciRom()
316 if ((VendorId == IGD_VID) && (DeviceId == IGD_DID_QS)) { in GetPciRom()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/
DIncompatiblePciDeviceSupport.c30 UINT64 VendorId; member
48 #define PCI_DEVICE_ID(VendorId, DeviceId, Revision, SubVendorId, SubDeviceId) \ argument
49 VendorId, DeviceId, Revision, SubVendorId, SubDeviceId
82 IN UINTN VendorId,
247 IN UINTN VendorId, in PCheckDevice() argument
288 if (Header->VendorId != DEVICE_ID_NOCARE) { in PCheckDevice()
289 if (Header->VendorId != VendorId) { in PCheckDevice()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPciDevice.c64 UINT16 VendorId;
109 IN UINT16 VendorId,
122 switch ( VendorId) {
450 if (PciIoDevice->Pci.Hdr.VendorId == V_PCH_INTEL_VENDOR_ID) in PciBusEvent()
501 (PciIoDevice->Pci.Hdr.VendorId == BadDeviceTable[Index].VendorId)) { in PciBusEvent()
502 InitBadBars(PciIo,BadDeviceTable[Index].VendorId,BadDeviceTable[Index].DeviceId); in PciBusEvent()
507 (PciIoDevice->Pci.Hdr.VendorId == BadDeviceTable[Index].VendorId) && in PciBusEvent()
510 InitBadBars(PciIo,BadDeviceTable[Index].VendorId,BadDeviceTable[Index].DeviceId); in PciBusEvent()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciPlatform/
DPciPlatform.c111 UINT16 VendorId; in GetPciRom() local
129 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint16, 0, 1, &VendorId); in GetPciRom()
136 for (TableIndex = 0; mPciOptionRomTable[TableIndex].VendorId != 0xffff; TableIndex++) { in GetPciRom()
141 if (VendorId != mPciOptionRomTable[TableIndex].VendorId || in GetPciRom()
DPciPlatform.h48 UINT16 VendorId; member
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Drivers/PciPlatform/
DPciPlatform.c61 UINT16 VendorId; member
249 UINT16 VendorId; in GetPciRom() local
264 (VOID)PciIo->Pci.Read (PciIo, EfiPciIoWidthUint16, PCI_VENDOR_ID_OFFSET, 1, &VendorId); in GetPciRom()
271 for (TableIndex = 0; mPciOptionRomTable[TableIndex].VendorId != 0xffff; TableIndex++) { in GetPciRom()
275 if ((VendorId != mPciOptionRomTable[TableIndex].VendorId) in GetPciRom()
/device/linaro/bootloader/edk2/OvmfPkg/Library/VirtioMmioDeviceLib/
DVirtioMmioDevice.c63 UINT32 VendorId; in VirtioMmioInit() local
92 VendorId = VIRTIO_CFG_READ (Device, VIRTIO_MMIO_OFFSET_VENDOR_ID); in VirtioMmioInit()
93 if (VendorId != VIRTIO_VENDOR_ID) { in VirtioMmioInit()
100 VendorId, VIRTIO_VENDOR_ID)); in VirtioMmioInit()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
DAlertStandardFormat.h62 UINT16 VendorId;
79 UINT16 VendorId;
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformHookLib/
DPlatformHookLib.c23 …UINT16 VendorId; ///< Vendor ID to match the PCI device. The value 0xFFFF terminates th… member
104 SerialParam->VendorId = (UINT16)DeviceVendor; in PlatformHookSerialPortInitialize()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
DSerial.c282 ; PciSerialParameter->VendorId != 0xFFFF in IsPciSerialController()
285 if ((Pci.Hdr.VendorId == PciSerialParameter->VendorId) && in IsPciSerialController()
291 if (PciSerialParameter->VendorId == 0xFFFF) { in IsPciSerialController()
961 …for (PciSerialParameter = PcdGetPtr (PcdPciSerialParameters); PciSerialParameter->VendorId != 0xFF… in SerialControllerDriverStart()
962 if ((PciSerialParameter->VendorId == Pci.Hdr.VendorId) && in SerialControllerDriverStart()
1021 DefaultPciSerialParameter.VendorId = Pci.Hdr.VendorId; in SerialControllerDriverStart()
1044 …rialParameter = PcdGetPtr (PcdPciSerialParameters); PciSerialParameter->VendorId != 0xFFFF; PciSer… in SerialControllerDriverStart()
1045 if ((PciSerialParameter->VendorId == Pci.Hdr.VendorId) && in SerialControllerDriverStart()
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DDriverBinding.c73 for (Index = 0; ASIX_DONGLES[Index].VendorId != 0; Index++) { in DriverSupported()
74 if (ASIX_DONGLES[Index].VendorId == Device.IdVendor && in DriverSupported()
81 if (ASIX_DONGLES[Index].VendorId == 0) in DriverSupported()
197 for (Index = 0; ASIX_DONGLES[Index].VendorId != 0; Index++) { in DriverStart()
198 if (ASIX_DONGLES[Index].VendorId == Device.IdVendor && in DriverStart()
204 if (ASIX_DONGLES[Index].VendorId == 0) { in DriverStart()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
DDxeQNCSmbus.c214 DeviceMap->SmbusDeviceUdid.VendorId = (UINT16)((Buffer[2] << 8) + Buffer[3]); in SmbusGetUdidGeneral()
241 Buffer[2] = (UINT8)(DeviceMap->SmbusDeviceUdid.VendorId >> 8); in SmbusAssignAddress()
242 Buffer[3] = (UINT8)(DeviceMap->SmbusDeviceUdid.VendorId); in SmbusAssignAddress()
383 CurrentDeviceMap->SmbusDeviceUdid.VendorId = SmbusUdid->VendorId; in SmbusDirectedArp()
/device/linaro/bootloader/edk2/OvmfPkg/IncompatiblePciDeviceSupportDxe/
DIncompatiblePciDeviceSupport.c201 IN UINTN VendorId, in CheckDevice() argument
243 __FUNCTION__, (UINT32)VendorId, (UINT32)DeviceId, (UINT8)RevisionId)); in CheckDevice()
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
DEmbeddedDevice.h44 UINT16 VendorId; member
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
DGraphicsInfoHob.h40 UINT16 VendorId; ///< Ignore if the value is 0xFFFF. member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DIncompatiblePciDeviceSupport.h151 IN UINTN VendorId,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dpci30.h35 UINT16 VendorId; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
Dpci30.h27 UINT16 VendorId; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IncompatiblePciDeviceSupport/
DIncompatiblePciDeviceSupport.h37 IN UINTN VendorId,
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBus.h29 UINT16 VendorId; member
DPci30.h62 UINT16 VendorId; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiSmbus.h56 UINT16 VendorId; member
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
DDriver.c67 IN UINT16 VendorId, in QemuVideoDetect() argument
73 while (gQemuVideoCardList[Index].VendorId != 0) { in QemuVideoDetect()
74 if (gQemuVideoCardList[Index].VendorId == VendorId && in QemuVideoDetect()
140 Card = QemuVideoDetect(Pci.Hdr.VendorId, Pci.Hdr.DeviceId); in QemuVideoControllerDriverSupported()
239 Card = QemuVideoDetect(Pci.Hdr.VendorId, Pci.Hdr.DeviceId); in QemuVideoControllerDriverStart()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
DCsrt.c56 UINT32 VendorId; member
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/
DHpet.h51 UINT32 VendorId:16; member

1234