HomeSort by relevance Sort by last modified time
    Searched refs:VendorId (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/mesa3d/src/gallium/targets/d3dadapter9/
description.c 226 /* override VendorId, DeviceId and Description for unknown vendors */
233 if (drvid->VendorId == HW_VENDOR_INTEL ||
234 drvid->VendorId == HW_VENDOR_VMWARE ||
235 drvid->VendorId == HW_VENDOR_AMD ||
236 drvid->VendorId == HW_VENDOR_NVIDIA)
239 DBG("unknown vendor 0x4%x, emulating 0x4%x\n", drvid->VendorId, fallback_ven);
240 drvid->VendorId = fallback_ven;
247 switch (drvid->VendorId) {
276 switch (drvid->VendorId) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
pci30.h 27 UINT16 VendorId;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
pci30.h 35 UINT16 VendorId;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
EmbeddedDevice.h 44 UINT16 VendorId;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciPlatform/
PciPlatform.c 111 UINT16 VendorId;
129 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint16, 0, 1, &VendorId);
136 for (TableIndex = 0; mPciOptionRomTable[TableIndex].VendorId != 0xffff; TableIndex++) {
141 if (VendorId != mPciOptionRomTable[TableIndex].VendorId ||
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/
PciPlatform.c 200 UINT16 VendorId;
255 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint16, 0, 1, &VendorId);
262 if ((VendorId == 0x1B21) && (DeviceId == 0x0612)) {
286 for (TableIndex = 0; mPciOptionRomTable[TableIndex].VendorId != 0xffff; TableIndex++) {
291 if (VendorId != mPciOptionRomTable[TableIndex].VendorId ||
304 if ((VendorId == IGD_VID) && (DeviceId == IGD_DID_VLV_A0)) {
308 if ((VendorId == IGD_VID) && (DeviceId == IGD_DID_II)) {
312 if ((VendorId == IGD_VID) && (DeviceId == IGD_DID_0BE4)) {
316 if ((VendorId == IGD_VID) && (DeviceId == IGD_DID_QS)) {
    [all...]
PciPlatform.h 53 UINT16 VendorId;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiSmbus.h 56 UINT16 VendorId;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IncompatiblePciDeviceSupport/
IncompatiblePciDeviceSupport.h 37 IN UINTN VendorId,
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
GraphicsInfoHob.h 40 UINT16 VendorId; ///< Ignore if the value is 0xFFFF.
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pci30.h 62 UINT16 VendorId;
SmBus.h 29 UINT16 VendorId;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IncompatiblePciDeviceSupport.h 104 VendorId, DeviceId, RevisionId, SubsystemVendorId, or SubsystemDeviceId value is
128 @param[in] VendorId A unique ID to identify the manufacturer of
151 IN UINTN VendorId,
  /device/linaro/bootloader/edk2/OvmfPkg/Library/VirtioMmioDeviceLib/
VirtioMmioDevice.c 63 UINT32 VendorId;
92 VendorId = VIRTIO_CFG_READ (Device, VIRTIO_MMIO_OFFSET_VENDOR_ID);
93 if (VendorId != VIRTIO_VENDOR_ID) {
95 // The ARM Base and Foundation Models do not report a valid VirtIo VendorId.
96 // They return a value of 0x0 for the VendorId.
98 DEBUG((EFI_D_WARN, "VirtioMmioInit: Warning: The VendorId (0x%X) does not "
99 "match the VirtIo VendorId (0x%X).\n",
100 VendorId, VIRTIO_VENDOR_ID));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/
IncompatiblePciDeviceSupport.c 30 UINT64 VendorId;
48 #define PCI_DEVICE_ID(VendorId, DeviceId, Revision, SubVendorId, SubDeviceId) \
49 VendorId, DeviceId, Revision, SubVendorId, SubDeviceId
64 @param VendorId A unique ID to identify the manufacturer of the PCI device.
82 IN UINTN VendorId,
108 // PCI_DEVICE_ID (VendorID, DeviceID, Revision, SubVendorId, SubDeviceId),
229 @param VendorId A unique ID to identify the manufacturer of the PCI device.
247 IN UINTN VendorId,
288 if (Header->VendorId != DEVICE_ID_NOCARE) {
289 if (Header->VendorId != VendorId) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
AlertStandardFormat.h 62 UINT16 VendorId;
79 UINT16 VendorId;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PciDevice.c 64 UINT16 VendorId;
109 IN UINT16 VendorId,
122 switch ( VendorId) {
450 if (PciIoDevice->Pci.Hdr.VendorId == V_PCH_INTEL_VENDOR_ID)
501 (PciIoDevice->Pci.Hdr.VendorId == BadDeviceTable[Index].VendorId)) {
502 InitBadBars(PciIo,BadDeviceTable[Index].VendorId,BadDeviceTable[Index].DeviceId);
507 (PciIoDevice->Pci.Hdr.VendorId == BadDeviceTable[Index].VendorId) &&
510 InitBadBars(PciIo,BadDeviceTable[Index].VendorId,BadDeviceTable[Index].DeviceId);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndkinfo.h 27 UINT32 VendorId;
usbrpmif.h 36 USHORT VendorId;
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformHookLib/
PlatformHookLib.c 23 UINT16 VendorId; ///< Vendor ID to match the PCI device. The value 0xFFFF terminates the list of entries.
104 SerialParam->VendorId = (UINT16)DeviceVendor;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Drivers/PciPlatform/
PciPlatform.c 61 UINT16 VendorId;
249 UINT16 VendorId;
264 (VOID)PciIo->Pci.Read (PciIo, EfiPciIoWidthUint16, PCI_VENDOR_ID_OFFSET, 1, &VendorId);
271 for (TableIndex = 0; mPciOptionRomTable[TableIndex].VendorId != 0xffff; TableIndex++) {
275 if ((VendorId != mPciOptionRomTable[TableIndex].VendorId)
PciPlatform.h 40 UINT16 VendorId;
  /device/linaro/bootloader/edk2/OvmfPkg/IncompatiblePciDeviceSupportDxe/
IncompatiblePciDeviceSupport.c 145 ID. If the VendorId, DeviceId, RevisionId, SubsystemVendorId, or
171 @param[in] VendorId A unique ID to identify the manufacturer of
201 IN UINTN VendorId,
243 __FUNCTION__, (UINT32)VendorId, (UINT32)DeviceId, (UINT8)RevisionId));
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
Csrt.c 56 UINT32 VendorId;
77 AMD_ACPI_ARM_CCN504_VENDOR_ID, // UINT32 RsrcGroup.VendorId
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/
Hpet.h 51 UINT32 VendorId:16;

Completed in 546 milliseconds

1 2 3 4 5 6