/qemu/hw/pci-host/ |
H A D | bonito.c | 506 status = pci_get_word(d->config + PCI_STATUS); in bonito_spciconf_write() 508 pci_set_word(d->config + PCI_STATUS, status); in bonito_spciconf_write() 534 status = pci_get_word(d->config + PCI_STATUS); in bonito_spciconf_read() 536 pci_set_word(d->config + PCI_STATUS, status); in bonito_spciconf_read() 726 pci_set_word(dev->config + PCI_STATUS, 0x0000); in bonito_pci_realize()
|
H A D | sh_pci.c | 152 pci_set_word(d->config + PCI_STATUS, PCI_STATUS_CAP_LIST | in sh_pcic_pci_realize()
|
H A D | versatile.c | 469 pci_set_word(d->config + PCI_STATUS, in versatile_pci_host_realize()
|
H A D | sabre.c | 454 pci_set_word(d->config + PCI_STATUS, in sabre_pci_realize()
|
H A D | gt64120.c | 1247 pci_set_word(d->config + PCI_STATUS, in gt64120_pci_reset_hold()
|
/qemu/hw/pci-bridge/ |
H A D | simba.c | 56 pci_set_word(dev->config + PCI_STATUS, in simba_pci_bridge_realize()
|
H A D | pci_expander_bridge.c | 392 pci_word_test_and_set_mask(dev->config + PCI_STATUS, in pxb_dev_realize_common()
|
/qemu/hw/isa/ |
H A D | i82378.c | 75 pci_set_word(pci_conf + PCI_STATUS, in i82378_realize()
|
H A D | vt82c686.c | 201 pci_set_word(dev->config + PCI_STATUS, PCI_STATUS_FAST_BACK | in via_pm_realize() 816 pci_set_word(pci_conf + PCI_STATUS, PCI_STATUS_DEVSEL_MEDIUM); in vt82c686b_isa_reset() 885 pci_set_word(pci_conf + PCI_STATUS, PCI_STATUS_DEVSEL_MEDIUM); in vt8231_isa_reset()
|
/qemu/hw/pci/ |
H A D | pci.c | 404 dev->config[PCI_STATUS] |= PCI_STATUS_INTERRUPT; in pci_update_irq_status() 406 dev->config[PCI_STATUS] &= ~PCI_STATUS_INTERRUPT; in pci_update_irq_status() 547 pci_word_test_and_clear_mask(dev->config + PCI_STATUS, in pci_do_device_reset() 548 pci_get_word(dev->wmask + PCI_STATUS) | in pci_do_device_reset() 549 pci_get_word(dev->w1cmask + PCI_STATUS)); in pci_do_device_reset() 923 s->config[PCI_STATUS] &= ~PCI_STATUS_INTERRUPT; in pci_device_save() 1013 dev->cmask[PCI_STATUS] = PCI_STATUS_CAP_LIST; in pci_init_cmask() 1042 pci_set_word(dev->w1cmask + PCI_STATUS, in pci_init_w1cmask() 2407 if (!(pdev->config[PCI_STATUS] & PCI_STATUS_CAP_LIST)) in pci_find_capability_list() 2428 assert(pdev->config[PCI_STATUS] & PCI_STATUS_CAP_LIST); in pci_find_capability_at_offset() [all …]
|
H A D | pcie_port.c | 31 pci_set_word(d->config + PCI_STATUS, 0); in pcie_port_init_reg()
|
H A D | pcie_aer.c | 159 pci_long_test_and_set_mask(dev->w1cmask + PCI_STATUS, in pcie_aer_init() 222 pci_word_test_and_set_mask(dev->config + PCI_STATUS, in pcie_aer_msg_alldev()
|
H A D | pci_bridge.c | 348 pci_word_test_and_set_mask(dev->config + PCI_STATUS, in pci_bridge_initfn()
|
/qemu/hw/usb/ |
H A D | hcd-ohci-pci.c | 58 pci_set_word(dev->parent_obj.config + PCI_STATUS, in ohci_pci_die()
|
/qemu/hw/ide/ |
H A D | piix.c | 119 pci_set_word(pci_conf + PCI_STATUS, in piix_ide_reset()
|
H A D | via.c | 137 pci_set_word(pci_conf + PCI_STATUS, PCI_STATUS_FAST_BACK | in via_ide_reset()
|
/qemu/hw/audio/ |
H A D | via-ac97.c | 441 pci_set_word(pci_dev->config + PCI_STATUS, in via_ac97_realize() 500 pci_set_word(pci_dev->config + PCI_STATUS, PCI_STATUS_DEVSEL_MEDIUM); in via_mc97_realize()
|
H A D | ac97.c | 1285 c[PCI_STATUS] = PCI_STATUS_FAST_BACK; /* pcists pci status rwc, ro */ in ac97_realize() 1286 c[PCI_STATUS + 1] = PCI_STATUS_DEVSEL_MEDIUM >> 8; in ac97_realize()
|
H A D | es1370.c | 840 c[PCI_STATUS + 1] = PCI_STATUS_DEVSEL_SLOW >> 8; in es1370_realize()
|
/qemu/hw/net/ |
H A D | pcnet-pci.c | 210 pci_set_word(pci_conf + PCI_STATUS, in pci_pcnet_realize()
|
/qemu/hw/i386/ |
H A D | amd_iommu.c | 242 pci_word_test_and_set_mask(s->pci->dev.config + PCI_STATUS, in amdvi_page_fault() 259 pci_word_test_and_set_mask(s->pci->dev.config + PCI_STATUS, in amdvi_log_devtab_error() 272 pci_word_test_and_set_mask(s->pci->dev.config + PCI_STATUS, in amdvi_log_command_error() 313 pci_word_test_and_set_mask(s->pci->dev.config + PCI_STATUS, in amdvi_log_pagetab_error()
|
/qemu/tests/qtest/ |
H A D | i440fx-test.c | 63 g_assert_cmpint(qpci_config_readw(dev, PCI_STATUS), ==, 0x0280); in test_i440fx_defaults()
|
/qemu/hw/ipack/ |
H A D | tpci200.c | 586 pci_set_word(c + PCI_STATUS, 0x0280); in tpci200_realize()
|
/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 53 #define PCI_STATUS 0x06 /* 16 bits */ macro
|
/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 644 .offset = PCI_STATUS, 1884 if (xen_host_pci_get_byte(&s->real_device, PCI_STATUS, &status)) { in find_cap_offset()
|