Searched refs:HEADER_TYPE_MULTI_FUNCTION (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/efi32/include/efi/
H A Dpci22.h104 #define HEADER_TYPE_MULTI_FUNCTION 0x80 macro
108 #define IS_PCI_MULTI_FUNC(_p) (((_p)->Hdr.HeaderType) & HEADER_TYPE_MULTI_FUNCTION)
/external/syslinux/efi64/include/efi/
H A Dpci22.h104 #define HEADER_TYPE_MULTI_FUNCTION 0x80 macro
108 #define IS_PCI_MULTI_FUNC(_p) (((_p)->Hdr.HeaderType) & HEADER_TYPE_MULTI_FUNCTION)
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Dpci22.h104 #define HEADER_TYPE_MULTI_FUNCTION 0x80 macro
108 #define IS_PCI_MULTI_FUNC(_p) (((_p)->Hdr.HeaderType) & HEADER_TYPE_MULTI_FUNCTION)
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
H A DPci22.h312 #define HEADER_TYPE_MULTI_FUNCTION 0x80 macro
320 #define IS_PCI_MULTI_FUNC(_p) ((_p)->Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION)

Completed in 157 milliseconds