| /openbmc/u-boot/drivers/pci/ |
| H A D | pci_auto.c | 37 cmdstat = (cmdstat & ~(PCI_COMMAND_IO | PCI_COMMAND_MEMORY)) | in dm_pciauto_setup_device() 121 PCI_COMMAND_IO : PCI_COMMAND_MEMORY; in dm_pciauto_setup_device() 157 cmdstat |= PCI_COMMAND_IO; in dm_pciauto_setup_device() 240 cmdstat |= PCI_COMMAND_IO; in dm_pciauto_prescan_setup_bridge()
|
| H A D | pci_auto_old.c | 48 cmdstat = (cmdstat & ~(PCI_COMMAND_IO | PCI_COMMAND_MEMORY)) | PCI_COMMAND_MASTER; in pciauto_setup_device() 133 PCI_COMMAND_IO : PCI_COMMAND_MEMORY; in pciauto_setup_device() 167 cmdstat |= PCI_COMMAND_IO; in pciauto_setup_device() 248 cmdstat |= PCI_COMMAND_IO; in pciauto_prescan_setup_bridge()
|
| H A D | pcie_imx.c | 289 PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER); in imx_pcie_regions_setup()
|
| /openbmc/u-boot/arch/x86/cpu/intel_common/ |
| H A D | lpc.c | 71 reg = ptr->base | PCI_COMMAND_IO | (ptr->size << 16); in lpc_common_early_init()
|
| /openbmc/u-boot/board/freescale/common/ |
| H A D | cds_via.c | 20 cmdstat |= PCI_COMMAND_IO | PCI_COMMAND_MEMORY| PCI_COMMAND_MASTER; in mpc85xx_config_via()
|
| /openbmc/u-boot/arch/x86/cpu/qemu/ |
| H A D | qemu.c | 71 cmd |= PCI_COMMAND_IO; in enable_pm_piix()
|
| /openbmc/qemu/hw/isa/ |
| H A D | i82378.c | 74 PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER); in i82378_realize()
|
| H A D | vt82c686.c | 814 pci_set_word(pci_conf + PCI_COMMAND, PCI_COMMAND_IO | PCI_COMMAND_MEMORY | in vt82c686b_isa_reset() 883 pci_set_word(pci_conf + PCI_COMMAND, PCI_COMMAND_IO | PCI_COMMAND_MEMORY | in vt8231_isa_reset()
|
| /openbmc/u-boot/board/imgtec/malta/ |
| H A D | malta.c | 218 val32 |= PCI_COMMAND_MASTER | PCI_COMMAND_IO; in pci_init_board()
|
| /openbmc/qemu/hw/pci-bridge/ |
| H A D | gen_pcie_root_port.c | 108 PCI_COMMAND_IO); in gen_rp_realize()
|
| H A D | cxl_root_port.c | 172 PCI_COMMAND_IO); in cxl_rp_realize()
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | pci.c | 227 cmd |= PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER; in qpci_device_enable() 232 g_assert_cmphex(cmd & PCI_COMMAND_IO, ==, PCI_COMMAND_IO); in qpci_device_enable()
|
| /openbmc/qemu/hw/ide/ |
| H A D | via.c | 136 pci_set_word(pci_conf + PCI_COMMAND, PCI_COMMAND_IO | PCI_COMMAND_WAIT); in via_ide_reset()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | dc2114x.c | 221 PCI_COMMAND_IO | in dc21x4x_initialize() 230 if (!(status & PCI_COMMAND_IO)) { in dc21x4x_initialize()
|
| H A D | pcnet.c | 192 command = PCI_COMMAND_IO | PCI_COMMAND_MASTER; in pcnet_initialize()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | pcie.c | 288 reg16 |= PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY | PCI_COMMAND_IO | in mpc83xx_pcie_init_bus()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | ivybridge_igd.c | 740 reg32 |= PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY | PCI_COMMAND_IO; in gma_func0_init()
|
| H A D | mb862xx.c | 196 (PCI_COMMAND_MEMORY | PCI_COMMAND_IO)); in pci_video_init()
|
| /openbmc/qemu/hw/i386/xen/ |
| H A D | xen_platform.c | 560 pci_set_word(pci_conf + PCI_COMMAND, PCI_COMMAND_IO | PCI_COMMAND_MEMORY); in xen_platform_realize()
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | sabre.c | 360 pci_set_word(pci_dev->config + PCI_COMMAND, cmd | PCI_COMMAND_IO); in sabre_reset()
|
| /openbmc/qemu/hw/pci/ |
| H A D | pci_bridge.c | 212 cmd & PCI_COMMAND_IO); in pci_bridge_region_init()
|
| H A D | pci.c | 1046 PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER | in pci_init_w1cmask() 1547 cmd & PCI_COMMAND_IO); in pci_register_vga() 1549 cmd & PCI_COMMAND_IO); in pci_register_vga() 1648 if (!(cmd & PCI_COMMAND_IO)) { in pci_bar_address()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | pegasos2.c | |
| /openbmc/qemu/hw/audio/ |
| H A D | via-ac97.c | 440 pci_set_word(pci_dev->wmask + PCI_COMMAND, PCI_COMMAND_IO); in via_ac97_realize()
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | pci_regs.h | 41 #define PCI_COMMAND_IO 0x1 /* Enable response in I/O space */ macro
|