Home
last modified time | relevance | path

Searched refs:PCI_COMMAND_IO (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/u-boot/drivers/pci/
H A Dpci_auto.c37 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 Dpci_auto_old.c48 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 Dpcie_imx.c289 PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER); in imx_pcie_regions_setup()
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dlpc.c71 reg = ptr->base | PCI_COMMAND_IO | (ptr->size << 16); in lpc_common_early_init()
/openbmc/u-boot/board/freescale/common/
H A Dcds_via.c20 cmdstat |= PCI_COMMAND_IO | PCI_COMMAND_MEMORY| PCI_COMMAND_MASTER; in mpc85xx_config_via()
/openbmc/u-boot/arch/x86/cpu/qemu/
H A Dqemu.c71 cmd |= PCI_COMMAND_IO; in enable_pm_piix()
/openbmc/qemu/hw/isa/
H A Di82378.c74 PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER); in i82378_realize()
H A Dvt82c686.c814 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 Dmalta.c218 val32 |= PCI_COMMAND_MASTER | PCI_COMMAND_IO; in pci_init_board()
/openbmc/qemu/hw/pci-bridge/
H A Dgen_pcie_root_port.c108 PCI_COMMAND_IO); in gen_rp_realize()
H A Dcxl_root_port.c172 PCI_COMMAND_IO); in cxl_rp_realize()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c227 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 Dvia.c136 pci_set_word(pci_conf + PCI_COMMAND, PCI_COMMAND_IO | PCI_COMMAND_WAIT); in via_ide_reset()
/openbmc/u-boot/drivers/net/
H A Ddc2114x.c221 PCI_COMMAND_IO | in dc21x4x_initialize()
230 if (!(status & PCI_COMMAND_IO)) { in dc21x4x_initialize()
H A Dpcnet.c192 command = PCI_COMMAND_IO | PCI_COMMAND_MASTER; in pcnet_initialize()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpcie.c288 reg16 |= PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY | PCI_COMMAND_IO | in mpc83xx_pcie_init_bus()
/openbmc/u-boot/drivers/video/
H A Divybridge_igd.c740 reg32 |= PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY | PCI_COMMAND_IO; in gma_func0_init()
H A Dmb862xx.c196 (PCI_COMMAND_MEMORY | PCI_COMMAND_IO)); in pci_video_init()
/openbmc/qemu/hw/i386/xen/
H A Dxen_platform.c560 pci_set_word(pci_conf + PCI_COMMAND, PCI_COMMAND_IO | PCI_COMMAND_MEMORY); in xen_platform_realize()
/openbmc/qemu/hw/pci-host/
H A Dsabre.c360 pci_set_word(pci_dev->config + PCI_COMMAND, cmd | PCI_COMMAND_IO); in sabre_reset()
/openbmc/qemu/hw/pci/
H A Dpci_bridge.c212 cmd & PCI_COMMAND_IO); in pci_bridge_region_init()
H A Dpci.c1046 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 Dpegasos2.c
/openbmc/qemu/hw/audio/
H A Dvia-ac97.c440 pci_set_word(pci_dev->wmask + PCI_COMMAND, PCI_COMMAND_IO); in via_ac97_realize()
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h41 #define PCI_COMMAND_IO 0x1 /* Enable response in I/O space */ macro

12