Home
last modified time | relevance | path

Searched refs:PCI_CAPABILITY_LIST (Results 1 – 15 of 15) sorted by relevance

/qemu/hw/pci-host/
H A Duninorth.c281 d->config[PCI_CAPABILITY_LIST] = 0x00; in unin_main_pci_host_realize()
311 d->config[PCI_CAPABILITY_LIST] = 0x00; in unin_internal_pci_host_realize()
H A Draven.c347 d->config[PCI_CAPABILITY_LIST] = 0x00; in raven_realize()
/qemu/hw/usb/
H A Dhcd-ehci-pci.c42 pci_set_byte(&pci_conf[PCI_CAPABILITY_LIST], 0x00); in usb_ehci_pci_realize()
/qemu/hw/ide/
H A Dvia.c204 pci_set_long(pci_conf + PCI_CAPABILITY_LIST, 0x000000c0); in via_ide_realize()
/qemu/hw/xen/
H A Dxen_pt_config_init.c264 reg_grp_entry = xen_pt_find_reg_grp(s, PCI_CAPABILITY_LIST); in xen_pt_status_reg_init()
267 reg_entry = xen_pt_find_reg(reg_grp_entry, PCI_CAPABILITY_LIST); in xen_pt_status_reg_init()
630 .offset = PCI_CAPABILITY_LIST,
1881 uint8_t pos = PCI_CAPABILITY_LIST; in find_cap_offset()
/qemu/hw/pci/
H A Dpci.c1018 dev->cmask[PCI_CAPABILITY_LIST] = 0xff; in pci_init_cmask()
2410 for (prev = PCI_CAPABILITY_LIST; (next = pdev->config[prev]); in pci_find_capability_list()
2430 for (prev = PCI_CAPABILITY_LIST; (next = pdev->config[prev]); in pci_find_capability_at_offset()
2651 config[PCI_CAP_LIST_NEXT] = pdev->config[PCI_CAPABILITY_LIST]; in pci_add_capability()
2652 pdev->config[PCI_CAPABILITY_LIST] = offset; in pci_add_capability()
2676 if (!pdev->config[PCI_CAPABILITY_LIST]) in pci_del_capability()
/qemu/hw/isa/
H A Dvt82c686.c813 pci_set_long(pci_conf + PCI_CAPABILITY_LIST, 0x000000c0); in vt82c686b_isa_reset()
882 pci_set_long(pci_conf + PCI_CAPABILITY_LIST, 0x000000c0); in vt8231_isa_reset()
/qemu/hw/vfio/
H A Dpci.c1896 for (tmp = pdev->config[PCI_CAPABILITY_LIST]; tmp; in vfio_std_cap_max_size()
2235 pdev->config[PCI_CAPABILITY_LIST] = 0; in vfio_add_std_cap()
2236 vdev->emulated_config_bits[PCI_CAPABILITY_LIST] = 0xff; in vfio_add_std_cap()
2438 !pdev->config[PCI_CAPABILITY_LIST]) { in vfio_add_capabilities()
2442 if (!vfio_add_std_cap(vdev, pdev->config[PCI_CAPABILITY_LIST], errp)) { in vfio_add_capabilities()
H A Dpci-quirks.c1487 vdev->config_offset + PCI_CAPABILITY_LIST); in vfio_add_nv_gpudirect_cap()
/qemu/hw/ipack/
H A Dtpci200.c590 pci_set_byte(c + PCI_CAPABILITY_LIST, 0x40); in tpci200_realize()
/qemu/tests/qtest/libqos/
H A Dpci.c257 addr = qpci_config_readb(dev, PCI_CAPABILITY_LIST); in qpci_find_capability()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h122 #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */ macro
/qemu/tests/qtest/
H A Dahci-test.c328 datal = qpci_config_readl(ahci->dev, PCI_CAPABILITY_LIST); in ahci_test_pci_spec()
349 datal = qpci_config_readl(ahci->dev, PCI_CAPABILITY_LIST + 4); in ahci_test_pci_spec()
/qemu/hw/audio/
H A Des1370.c843 c[PCI_CAPABILITY_LIST] = 0xdc; in es1370_realize()
/qemu/hw/net/
H A Drtl8139.c3369 pci_conf[PCI_CAPABILITY_LIST] = 0xdc; in pci_rtl8139_realize()