Home
last modified time | relevance | path

Searched refs:PCI_VNDR_HEADER_ID (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/platform/x86/intel/
H A Dvsec.c340 header.id = PCI_VNDR_HEADER_ID(hdr); in intel_vsec_walk_vsec()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h858 #define PCI_VNDR_HEADER_ID(x) ((x) & 0xffff) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h860 #define PCI_VNDR_HEADER_ID(x) ((x) & 0xffff) macro
/openbmc/linux/drivers/pci/
H A Dpci.c746 if (PCI_VNDR_HEADER_ID(header) == cap) in pci_find_vsec_capability()