/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/ |
D | PciPlatform.c | 200 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/ |
D | IncompatiblePciDeviceSupport.c | 30 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/ |
D | PciDevice.c | 64 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/ |
D | PciPlatform.c | 111 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()
|
D | PciPlatform.h | 48 UINT16 VendorId; member
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Drivers/PciPlatform/ |
D | PciPlatform.c | 61 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/ |
D | VirtioMmioDevice.c | 63 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/ |
D | AlertStandardFormat.h | 62 UINT16 VendorId; 79 UINT16 VendorId;
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformHookLib/ |
D | PlatformHookLib.c | 23 …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/ |
D | Serial.c | 282 ; 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/ |
D | DriverBinding.c | 73 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/ |
D | DxeQNCSmbus.c | 214 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/ |
D | IncompatiblePciDeviceSupport.c | 201 IN UINTN VendorId, in CheckDevice() argument 243 __FUNCTION__, (UINT32)VendorId, (UINT32)DeviceId, (UINT8)RevisionId)); in CheckDevice()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/ |
D | EmbeddedDevice.h | 44 UINT16 VendorId; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/ |
D | GraphicsInfoHob.h | 40 UINT16 VendorId; ///< Ignore if the value is 0xFFFF. member
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | IncompatiblePciDeviceSupport.h | 151 IN UINTN VendorId,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | pci30.h | 35 UINT16 VendorId; member
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/ |
D | pci30.h | 27 UINT16 VendorId; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IncompatiblePciDeviceSupport/ |
D | IncompatiblePciDeviceSupport.h | 37 IN UINTN VendorId,
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | SmBus.h | 29 UINT16 VendorId; member
|
D | Pci30.h | 62 UINT16 VendorId; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
D | EfiSmbus.h | 56 UINT16 VendorId; member
|
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/ |
D | Driver.c | 67 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/ |
D | Csrt.c | 56 UINT32 VendorId; member
|
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/ |
D | Hpet.h | 51 UINT32 VendorId:16; member
|