HomeSort by relevance Sort by last modified time
    Searched refs:IS_PCI_MULTI_FUNC (Results 1 - 11 of 11) sorted by null

  /external/syslinux/efi32/include/efi/
pci22.h 108 #define IS_PCI_MULTI_FUNC(_p) (((_p)->Hdr.HeaderType) & HEADER_TYPE_MULTI_FUNCTION)
  /external/syslinux/efi64/include/efi/
pci22.h 108 #define IS_PCI_MULTI_FUNC(_p) (((_p)->Hdr.HeaderType) & HEADER_TYPE_MULTI_FUNCTION)
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
pci22.h 108 #define IS_PCI_MULTI_FUNC(_p) (((_p)->Hdr.HeaderType) & HEADER_TYPE_MULTI_FUNCTION)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
pci22.h 283 #define IS_PCI_MULTI_FUNC(_p) ((_p)->Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
pci22.h 294 #define IS_PCI_MULTI_FUNC(_p) ((_p)->Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION)
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pci22.h 516 #define IS_PCI_MULTI_FUNC(_p) ((_p)->Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION)
  /external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
Pci22.h 320 #define IS_PCI_MULTI_FUNC(_p) ((_p)->Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumeratorSupport.c 182 if (Func == 0 && !IS_PCI_MULTI_FUNC (&Pci)) {
    [all...]
PciEnumerator.c 493 if (Func == 0 && !IS_PCI_MULTI_FUNC (&Pci)) {
    [all...]
PciLib.c     [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciEnumeratorSupport.c 269 if (Func == 0 && !IS_PCI_MULTI_FUNC (&Pci)) {
    [all...]

Completed in 364 milliseconds