Home
last modified time | relevance | path

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

12

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dpci.c70 pci_hose_write_config_word(hose, dev, PCI_STATUS, 0xffff); in pci_mpc85xx_init()
165 pci_hose_write_config_word(hose, dev, PCI_STATUS, 0xffff); in pci_mpc85xx_init()
/openbmc/qemu/hw/pci-bridge/
H A Dsimba.c56 pci_set_word(dev->config + PCI_STATUS, in simba_pci_bridge_realize()
/openbmc/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()
/openbmc/qemu/hw/usb/
H A Dhcd-ohci-pci.c58 pci_set_word(dev->parent_obj.config + PCI_STATUS, in ohci_pci_die()
/openbmc/qemu/hw/pci-host/
H A Dsh_pci.c151 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.c1248 pci_set_word(d->config + PCI_STATUS, in gt64120_pci_reset_hold()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpci.c97 pci_hose_write_config_word(hose, dev, PCI_STATUS, 0xffff); in pci_init_bus()
H A Dpcie.c295 out_le16(hose_cfg_base + PCI_STATUS, 0xffff); in mpc83xx_pcie_init_bus()
/openbmc/qemu/hw/pci/
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()
/openbmc/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()
/openbmc/qemu/hw/net/
H A Dpcnet-pci.c210 pci_set_word(pci_conf + PCI_STATUS, in pci_pcnet_realize()
H A Dsungem.c1354 pci_set_word(pci_conf + PCI_STATUS, in sungem_realize()
/openbmc/qemu/tests/qtest/
H A Di440fx-test.c63 g_assert_cmpint(qpci_config_readw(dev, PCI_STATUS), ==, 0x0280); in test_i440fx_defaults()
/openbmc/u-boot/drivers/pci/
H A Dpci.c491 pci_hose_read_config_word(hose, dev, PCI_STATUS, &status); in pci_hose_find_cap_start()
H A Dpci-uclass.c1394 dm_pci_read_config16(dev, PCI_STATUS, &status); in dm_pci_find_capability()
/openbmc/qemu/hw/ipack/
H A Dtpci200.c586 pci_set_word(c + PCI_STATUS, 0x0280); in tpci200_realize()
/openbmc/u-boot/cmd/
H A Dpci.c170 { "status register", PCI_SIZE_16, PCI_STATUS },
/openbmc/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()
/openbmc/u-boot/include/
H A Dpci.h35 #define PCI_STATUS 0x06 /* 16 bits */ macro

12