Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/intel/
Dvsec.c277 pci_read_config_dword(pdev, pos + PCI_DVSEC_HEADER1, &hdr); in intel_vsec_walk_dvsec()
/Linux-v6.6/drivers/cxl/core/
Dregs.c321 pci_read_config_dword(pdev, regloc + PCI_DVSEC_HEADER1, &regloc_size); in cxl_find_regblock_instance()
/Linux-v6.6/include/uapi/linux/
Dpci_regs.h1093 #define PCI_DVSEC_HEADER1 0x4 /* Designated Vendor-Specific Header1 */ macro
/Linux-v6.6/drivers/vfio/pci/
Dvfio_pci_config.c1446 ret = pci_read_config_dword(pdev, epos + PCI_DVSEC_HEADER1, &dword); in vfio_ext_cap_len()
/Linux-v6.6/drivers/pci/
Dpci.c771 pci_read_config_word(dev, pos + PCI_DVSEC_HEADER1, &v); in pci_find_dvsec_capability()