/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/ |
D | PchRegs.h | 141 #define IS_PCH_DEVICE_ID(DeviceId) \ argument 143 (DeviceId == V_PCH_LPC_DEVICE_ID_0) || \ 144 (DeviceId == V_PCH_LPC_DEVICE_ID_1) || \ 145 (DeviceId == V_PCH_LPC_DEVICE_ID_2) || \ 146 (DeviceId == V_PCH_LPC_DEVICE_ID_3) \ 149 #define IS_PCH_VLV_LPC_DEVICE_ID(DeviceId) \ argument 151 IS_PCH_DEVICE_ID (DeviceId) \ 154 #define IS_PCH_VLV_SATA_DEVICE_ID(DeviceId) \ argument 156 IS_PCH_VLV_SATA_AHCI_DEVICE_ID (DeviceId) || \ 157 IS_PCH_VLV_SATA_MODE_DEVICE_ID (DeviceId) || \ [all …]
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/ |
D | PciPlatform.c | 201 UINT16 DeviceId; in GetPciRom() 257 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint16, 2, 1, &DeviceId); in GetPciRom() 262 if ((VendorId == 0x1B21) && (DeviceId == 0x0612)) { in GetPciRom() 292 DeviceId != mPciOptionRomTable[TableIndex].DeviceId || 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 | 31 UINT64 DeviceId; member 48 #define PCI_DEVICE_ID(VendorId, DeviceId, Revision, SubVendorId, SubDeviceId) \ argument 49 VendorId, DeviceId, Revision, SubVendorId, SubDeviceId 83 IN UINTN DeviceId, 248 IN UINTN DeviceId, in PCheckDevice() argument 294 if (Header->DeviceId != DEVICE_ID_NOCARE) { in PCheckDevice() 295 if (DeviceId != Header->DeviceId) { in PCheckDevice()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/ |
D | QNCAccessLib.c | 188 UINT16 DeviceId; in QncHsmmcWrite() local 194 DeviceId = QNCMmPci16(0, MC_BUS, MC_DEV, MC_FUN, PCI_DEVICE_ID_OFFSET); in QncHsmmcWrite() 196 if (DeviceId == QUARK2_MC_DEVICE_ID) { in QncHsmmcWrite() 221 if (DeviceId == QUARK2_MC_DEVICE_ID) { in QncHsmmcWrite() 240 UINT16 DeviceId; in QncImrWrite() local 246 DeviceId = QNCMmPci16(0, MC_BUS, MC_DEV, MC_FUN, PCI_DEVICE_ID_OFFSET); in QncImrWrite() 251 if (DeviceId == QUARK2_MC_DEVICE_ID) { in QncImrWrite()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/ |
D | PciDevice.c | 65 UINT16 DeviceId; 110 IN UINT16 DeviceId 255 if (DeviceId == INTEL_82573E_IDER) { 498 if (BadDeviceTable[Index].DeviceId == 0xffff) { in PciBusEvent() 502 InitBadBars(PciIo,BadDeviceTable[Index].VendorId,BadDeviceTable[Index].DeviceId); in PciBusEvent() 508 (PciIoDevice->Pci.Hdr.DeviceId == BadDeviceTable[Index].DeviceId)) { in PciBusEvent() 510 InitBadBars(PciIo,BadDeviceTable[Index].VendorId,BadDeviceTable[Index].DeviceId); in PciBusEvent()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/ |
D | Recovery.c | 132 EFI_GUID DeviceId; in PlatformRecoveryModule() 236 &DeviceId in PlatformRecoveryModule() 249 if ((!CompareGuid (&DeviceId, &gRecoveryOnFatIdeDiskGuid)) && in PlatformRecoveryModule() 250 (!CompareGuid (&DeviceId, &gRecoveryOnFatFloppyDiskGuid)) && in PlatformRecoveryModule() 251 (!CompareGuid (&DeviceId, &gRecoveryOnDataCdGuid)) && in PlatformRecoveryModule() 252 (!CompareGuid (&DeviceId, &gRecoveryOnFatUsbDiskGuid)) in PlatformRecoveryModule()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Drivers/PciPlatform/ |
D | PciPlatform.c | 62 UINT16 DeviceId; member 250 UINT16 DeviceId; in GetPciRom() local 265 (VOID)PciIo->Pci.Read (PciIo, EfiPciIoWidthUint16, PCI_DEVICE_ID_OFFSET, 1, &DeviceId); in GetPciRom() 276 || (DeviceId != mPciOptionRomTable[TableIndex].DeviceId) in GetPciRom()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciPlatform/ |
D | PciPlatform.c | 112 UINT16 DeviceId; in GetPciRom() local 131 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint16, 2, 1, &DeviceId); in GetPciRom() 142 DeviceId != mPciOptionRomTable[TableIndex].DeviceId || in GetPciRom()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/Generic/ |
D | Recovery.c | 139 EFI_GUID DeviceId; in PlatformRecoveryModule() local 212 &DeviceId in PlatformRecoveryModule() 220 &DeviceId in PlatformRecoveryModule() 236 if ((!CompareGuid (&DeviceId, &gPeiCapsuleOnFatIdeDiskGuid)) && in PlatformRecoveryModule() 237 (!CompareGuid (&DeviceId, &gPeiCapsuleOnDataCDGuid)) && in PlatformRecoveryModule() 238 (!CompareGuid (&DeviceId, &gPeiCapsuleOnFatUsbDiskGuid)) in PlatformRecoveryModule()
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Flash/ |
D | Flash.h | 89 UINT8 DeviceId; member 96 UINT8 DeviceId; member
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/ |
D | AlertStandardFormat.h | 61 UINT16 DeviceId; 80 UINT16 DeviceId;
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/ |
D | LpcSio.c | 95 UINT8 DeviceId 98 WriteRegisterAndSaveToScript (REG_LOGICAL_DEVICE, DeviceId); in WriteRegister()
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformHookLib/ |
D | PlatformHookLib.c | 24 UINT16 DeviceId; ///< Device ID to match the PCI device member 105 SerialParam->DeviceId = DeviceVendor >> 16; in PlatformHookSerialPortInitialize()
|
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/ |
D | XenBus.h | 24 UINT16 DeviceId; member
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/ |
D | DxeQNCSmbus.c | 215 DeviceMap->SmbusDeviceUdid.DeviceId = (UINT16)((Buffer[4] << 8) + Buffer[5]); in SmbusGetUdidGeneral() 243 Buffer[4] = (UINT8)(DeviceMap->SmbusDeviceUdid.DeviceId >> 8); in SmbusAssignAddress() 244 Buffer[5] = (UINT8)(DeviceMap->SmbusDeviceUdid.DeviceId); in SmbusAssignAddress() 379 CurrentDeviceMap->SmbusDeviceUdid.DeviceId = SmbusUdid->DeviceId; in SmbusDirectedArp()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/ |
D | EmbeddedDevice.h | 45 UINT16 DeviceId; member
|
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/ |
D | CirrusLogic5430.c | 172 if (Pci.Hdr.DeviceId == CIRRUS_LOGIC_5430_DEVICE_ID || in CirrusLogic5430ControllerDriverSupported() 173 Pci.Hdr.DeviceId == CIRRUS_LOGIC_5430_ALTERNATE_DEVICE_ID || in CirrusLogic5430ControllerDriverSupported() 174 Pci.Hdr.DeviceId == CIRRUS_LOGIC_5446_DEVICE_ID) { in CirrusLogic5430ControllerDriverSupported() 831 UINT16 DeviceId; in InitializeGraphicsMode() local 839 &DeviceId in InitializeGraphicsMode() 853 if (DeviceId != CIRRUS_LOGIC_5446_DEVICE_ID) { in InitializeGraphicsMode()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/ |
D | GraphicsInfoHob.h | 41 UINT16 DeviceId; ///< Ignore if the value is 0xFFFF. member
|
/device/linaro/bootloader/edk2/OvmfPkg/IncompatiblePciDeviceSupportDxe/ |
D | IncompatiblePciDeviceSupport.c | 202 IN UINTN DeviceId, in CheckDevice() argument 243 __FUNCTION__, (UINT32)VendorId, (UINT32)DeviceId, (UINT8)RevisionId)); in CheckDevice()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | IncompatiblePciDeviceSupport.h | 152 IN UINTN DeviceId,
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/ |
D | pci30.h | 28 UINT16 DeviceId; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | pci30.h | 36 UINT16 DeviceId; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IncompatiblePciDeviceSupport/ |
D | IncompatiblePciDeviceSupport.h | 38 IN UINTN DeviceId,
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | SmBus.h | 28 UINT16 DeviceId; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
D | EfiSmbus.h | 55 UINT16 DeviceId; member
|