Home
last modified time | relevance | path

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

/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()
/openbmc/u-boot/drivers/ata/
H A Dsata_sil3114.c692 cmd |= PCI_COMMAND_MASTER | PCI_COMMAND_IO | PCI_COMMAND_MEMORY; in init_sata()
/openbmc/qemu/hw/xen/
H A Dxen_pt.c476 *cmd |= PCI_COMMAND_IO; in xen_pt_register_regions()
/openbmc/u-boot/include/
H A Dpci.h24 #define PCI_COMMAND_IO 0x1 /* Enable response in I/O space */ macro
/openbmc/qemu/tests/qtest/
H A Dide-test.c238 PCI_COMMAND_IO | PCI_COMMAND_MEMORY); in send_dma_request()