| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | pci.c | 70 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 D | simba.c | 56 pci_set_word(dev->config + PCI_STATUS, in simba_pci_bridge_realize()
|
| /openbmc/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()
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-ohci-pci.c | 58 pci_set_word(dev->parent_obj.config + PCI_STATUS, in ohci_pci_die()
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | sh_pci.c | 151 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 | 1248 pci_set_word(d->config + PCI_STATUS, in gt64120_pci_reset_hold()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | pci.c | 97 pci_hose_write_config_word(hose, dev, PCI_STATUS, 0xffff); in pci_init_bus()
|
| H A D | pcie.c | 295 out_le16(hose_cfg_base + PCI_STATUS, 0xffff); in mpc83xx_pcie_init_bus()
|
| /openbmc/qemu/hw/pci/ |
| 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()
|
| /openbmc/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()
|
| /openbmc/qemu/hw/net/ |
| H A D | pcnet-pci.c | 210 pci_set_word(pci_conf + PCI_STATUS, in pci_pcnet_realize()
|
| H A D | sungem.c | 1354 pci_set_word(pci_conf + PCI_STATUS, in sungem_realize()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | i440fx-test.c | 63 g_assert_cmpint(qpci_config_readw(dev, PCI_STATUS), ==, 0x0280); in test_i440fx_defaults()
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci.c | 491 pci_hose_read_config_word(hose, dev, PCI_STATUS, &status); in pci_hose_find_cap_start()
|
| H A D | pci-uclass.c | 1394 dm_pci_read_config16(dev, PCI_STATUS, &status); in dm_pci_find_capability()
|
| /openbmc/qemu/hw/ipack/ |
| H A D | tpci200.c | 586 pci_set_word(c + PCI_STATUS, 0x0280); in tpci200_realize()
|
| /openbmc/u-boot/cmd/ |
| H A D | pci.c | 170 { "status register", PCI_SIZE_16, PCI_STATUS },
|
| /openbmc/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()
|
| /openbmc/u-boot/include/ |
| H A D | pci.h | 35 #define PCI_STATUS 0x06 /* 16 bits */ macro
|