Home
last modified time | relevance | path

Searched refs:PCI_STATUS (Results 1 – 25 of 30) sorted by relevance

12

/qemu/hw/pci-host/
H A Dbonito.c506 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 Dsh_pci.c152 pci_set_word(d->config + PCI_STATUS, PCI_STATUS_CAP_LIST | in sh_pcic_pci_realize()
H A Dversatile.c469 pci_set_word(d->config + PCI_STATUS, in versatile_pci_host_realize()
H A Dsabre.c454 pci_set_word(d->config + PCI_STATUS, in sabre_pci_realize()
H A Dgt64120.c1247 pci_set_word(d->config + PCI_STATUS, in gt64120_pci_reset_hold()
/qemu/hw/pci-bridge/
H A Dsimba.c56 pci_set_word(dev->config + PCI_STATUS, in simba_pci_bridge_realize()
H A Dpci_expander_bridge.c392 pci_word_test_and_set_mask(dev->config + PCI_STATUS, in pxb_dev_realize_common()
/qemu/hw/isa/
H A Di82378.c75 pci_set_word(pci_conf + PCI_STATUS, in i82378_realize()
H A Dvt82c686.c201 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 Dpci.c404 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 Dpcie_port.c31 pci_set_word(d->config + PCI_STATUS, 0); in pcie_port_init_reg()
H A Dpcie_aer.c159 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 Dpci_bridge.c348 pci_word_test_and_set_mask(dev->config + PCI_STATUS, in pci_bridge_initfn()
/qemu/hw/usb/
H A Dhcd-ohci-pci.c58 pci_set_word(dev->parent_obj.config + PCI_STATUS, in ohci_pci_die()
/qemu/hw/ide/
H A Dpiix.c119 pci_set_word(pci_conf + PCI_STATUS, in piix_ide_reset()
H A Dvia.c137 pci_set_word(pci_conf + PCI_STATUS, PCI_STATUS_FAST_BACK | in via_ide_reset()
/qemu/hw/audio/
H A Dvia-ac97.c441 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 Dac97.c1285 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 Des1370.c840 c[PCI_STATUS + 1] = PCI_STATUS_DEVSEL_SLOW >> 8; in es1370_realize()
/qemu/hw/net/
H A Dpcnet-pci.c210 pci_set_word(pci_conf + PCI_STATUS, in pci_pcnet_realize()
/qemu/hw/i386/
H A Damd_iommu.c242 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 Di440fx-test.c63 g_assert_cmpint(qpci_config_readw(dev, PCI_STATUS), ==, 0x0280); in test_i440fx_defaults()
/qemu/hw/ipack/
H A Dtpci200.c586 pci_set_word(c + PCI_STATUS, 0x0280); in tpci200_realize()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h53 #define PCI_STATUS 0x06 /* 16 bits */ macro
/qemu/hw/xen/
H A Dxen_pt_config_init.c644 .offset = PCI_STATUS,
1884 if (xen_host_pci_get_byte(&s->real_device, PCI_STATUS, &status)) { in find_cap_offset()

12