Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mfd/
Dintel_pmt.c199 pci_read_config_word(pdev, pos + PCI_DVSEC_HEADER1, &vid); in pmt_pci_probe()
/Linux-v5.15/drivers/cxl/
Dpci.c1006 pci_read_config_word(pdev, pos + PCI_DVSEC_HEADER1, &vendor); in cxl_mem_dvsec()
1117 pci_read_config_dword(pdev, regloc + PCI_DVSEC_HEADER1, &regloc_size); in cxl_mem_setup_regs()
/Linux-v5.15/include/uapi/linux/
Dpci_regs.h1082 #define PCI_DVSEC_HEADER1 0x4 /* Designated Vendor-Specific Header1 */ macro