Searched refs:HeaderType (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/ |
D | pci22.h | 41 UINT8 HeaderType; member 281 #define IS_PCI_BRIDGE(_p) (((_p)->Hdr.HeaderType & HEADER_LAYOUT_CODE) == (HEADER_TYPE_… 282 #define IS_CARDBUS_BRIDGE(_p) (((_p)->Hdr.HeaderType & HEADER_LAYOUT_CODE) == (HEADER_TYPE_… 283 #define IS_PCI_MULTI_FUNC(_p) ((_p)->Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | pci22.h | 48 UINT8 HeaderType; member 292 #define IS_PCI_BRIDGE(_p) (((_p)->Hdr.HeaderType & HEADER_LAYOUT_CODE) == (HEADER_TYPE_… 293 #define IS_CARDBUS_BRIDGE(_p) (((_p)->Hdr.HeaderType & HEADER_LAYOUT_CODE) == (HEADER_TYPE_… 294 #define IS_PCI_MULTI_FUNC(_p) ((_p)->Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION)
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | Pci22.h | 45 UINT8 HeaderType; member 496 #define IS_PCI_BRIDGE(_p) (((_p)->Hdr.HeaderType & HEADER_LAYOUT_CODE) == (HEADER_TYPE_… 506 #define IS_CARDBUS_BRIDGE(_p) (((_p)->Hdr.HeaderType & HEADER_LAYOUT_CODE) == (HEADER_TYPE_… 516 #define IS_PCI_MULTI_FUNC(_p) ((_p)->Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION)
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Pci.c | 2002 IN PCI_HEADER_TYPE HeaderType 2028 IN PCI_HEADER_TYPE HeaderType 2695 if (Func == 0 && ((PciHeader.HeaderType & HEADER_TYPE_MULTI_FUNCTION) == 0x00)) { in ShellCommandRunPci() 3094 PCI_HEADER_TYPE HeaderType; in PciExplainData() local 3166 INDEX_OF (&(Common->HeaderType)), in PciExplainData() 3167 Common->HeaderType in PciExplainData() 3170 if ((Common->HeaderType & PCI_BIT_7) != 0) { in PciExplainData() 3177 HeaderType = (PCI_HEADER_TYPE)(UINT8) (Common->HeaderType & 0x7f); in PciExplainData() 3178 switch (HeaderType) { in PciExplainData() 3193 HeaderType = PciUndefined; in PciExplainData() [all …]
|
D | Pci.h | 337 UINT8 HeaderType; member
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/ |
D | PcatIo.c | 272 IoDev->Pci.Read (IoDev, EfiPciWidthUint8, Address + 0x0e, 1, &PciHeader.Hdr.HeaderType); in ScanPciBus() 292 if ((PciHeader.Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION) == 0x00 && Func == 0) { in ScanPciBus()
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/ |
D | PcatIo.c | 272 IoDev->Pci.Read (IoDev, EfiPciWidthUint8, Address + 0x0e, 1, &PciHeader.Hdr.HeaderType); in ScanPciBus() 292 if ((PciHeader.Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION) == 0x00 && Func == 0) { in ScanPciBus()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | GenMake.py | 786 HeaderType = HeaderList[0][0] 788 if HeaderType in gIncludeMacroConversion: 789 Inc = gIncludeMacroConversion[HeaderType] % {"HeaderKey" : HeaderKey}
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/ |
D | PcatPciRootBridge.c | 340 if ((PciConfigurationHeader.Hdr.HeaderType & HEADER_LAYOUT_CODE) == HEADER_TYPE_DEVICE) { in InitializePcatPciRootBridge() 411 … if (Function == 0 && !(PciConfigurationHeader.Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION)) { in InitializePcatPciRootBridge()
|
D | DeviceIo.c | 518 if ((ThisFunc == 0) && ((PciPtr->Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION) == 0x0)) { in AppendPciDevicePath()
|
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/ |
D | E100b.h | 87 UINT8 HeaderType; // must be zero to impose this structure... member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/ |
D | DeviceIoOnPciRootBridgeIoThunk.c | 901 …if (ThisFunc == 0 && ((PciPtr->Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION) != HEADER_TYPE_MULTI_F… in AppendPciDevicePath()
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR33.patch | 5963 INDEX_OF (&(Common->HeaderType)), 5964 Common->HeaderType 5967 if ((Common->HeaderType & PCI_BIT_7) != 0) { 5976 HeaderType = (UINT8) (Common->HeaderType & 0x7f); 5977 switch (HeaderType) { 5996 HeaderType = PciUndefined; 6530 if (HeaderType == PciCardBusBridge) { 6733 if (HeaderType == PciP2pBridge) {
|
D | ShellR64.patch | 7943 - HeaderType = (UINT8) (Common->HeaderType & 0x7f); 7944 + HeaderType = (PCI_HEADER_TYPE) (Common->HeaderType & 0x7f); 7945 switch (HeaderType) {
|