Searched refs:PCI_CAPABILITY_LIST (Results 1 – 15 of 15) sorted by relevance
/qemu/hw/pci-host/ |
H A D | uninorth.c | 281 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 D | raven.c | 347 d->config[PCI_CAPABILITY_LIST] = 0x00; in raven_realize()
|
/qemu/hw/usb/ |
H A D | hcd-ehci-pci.c | 42 pci_set_byte(&pci_conf[PCI_CAPABILITY_LIST], 0x00); in usb_ehci_pci_realize()
|
/qemu/hw/ide/ |
H A D | via.c | 204 pci_set_long(pci_conf + PCI_CAPABILITY_LIST, 0x000000c0); in via_ide_realize()
|
/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 264 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 D | pci.c | 1018 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 D | vt82c686.c | 813 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 D | pci.c | 1896 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 D | pci-quirks.c | 1487 vdev->config_offset + PCI_CAPABILITY_LIST); in vfio_add_nv_gpudirect_cap()
|
/qemu/hw/ipack/ |
H A D | tpci200.c | 590 pci_set_byte(c + PCI_CAPABILITY_LIST, 0x40); in tpci200_realize()
|
/qemu/tests/qtest/libqos/ |
H A D | pci.c | 257 addr = qpci_config_readb(dev, PCI_CAPABILITY_LIST); in qpci_find_capability()
|
/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 122 #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */ macro
|
/qemu/tests/qtest/ |
H A D | ahci-test.c | 328 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 D | es1370.c | 843 c[PCI_CAPABILITY_LIST] = 0xdc; in es1370_realize()
|
/qemu/hw/net/ |
H A D | rtl8139.c | 3369 pci_conf[PCI_CAPABILITY_LIST] = 0xdc; in pci_rtl8139_realize()
|