Home
last modified time | relevance | path

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

/qemu/hw/xen/
H A Dxen_pt_config_init.c1844 reg_field + PCI_CAP_LIST_ID, &cap_id); in xen_pt_ptr_reg_init()
1847 reg_field + PCI_CAP_LIST_ID, rc); in xen_pt_ptr_reg_init()
1901 pos + PCI_CAP_LIST_ID, &id)) { in find_cap_offset()
H A Dxen_pt_msi.c536 rc = xen_host_pci_get_byte(hd, base + PCI_CAP_LIST_ID, &id); in xen_pt_msix_init()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h210 #define PCI_CAP_LIST_ID 0 /* Capability ID */ macro
/qemu/hw/pci/
H A Dpci.c2412 if (pdev->config[next + PCI_CAP_LIST_ID] == cap_id) in pci_find_capability_list()
2650 config[PCI_CAP_LIST_ID] = cap_id; in pci_add_capability()