Home
last modified time | relevance | path

Searched refs:PCI_VNDR_HEADER (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/platform/x86/intel/
H A Dvsec.c331 pci_read_config_dword(pdev, pos + PCI_VNDR_HEADER, &hdr); in intel_vsec_walk_vsec()
/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-edma-pcie.c129 pci_read_config_dword(pdev, vsec + PCI_VNDR_HEADER, &val); in dw_edma_pcie_get_vsec_dma_data()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h857 #define PCI_VNDR_HEADER 4 /* Vendor-Specific Header */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h859 #define PCI_VNDR_HEADER 4 /* Vendor-Specific Header */ macro
/openbmc/linux/drivers/pci/
H A Dpci.c742 ret = pci_read_config_dword(dev, vsec + PCI_VNDR_HEADER, &header); in pci_find_vsec_capability()