/openbmc/linux/arch/m68k/kernel/ |
H A D | pcibios.c | 66 newcmd |= PCI_COMMAND_IO; in pcibios_enable_device() 75 newcmd |= PCI_COMMAND_IO | PCI_COMMAND_MEMORY; in pcibios_enable_device()
|
/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()
|
/openbmc/linux/arch/mips/pci/ |
H A D | fixup-fuloong2e.c | 141 PCI_COMMAND_IO | PCI_COMMAND_MEMORY | in loongson2e_686b_func1_fixup() 186 PCI_COMMAND_IO | PCI_COMMAND_MEMORY | in loongson2e_686b_func5_fixup()
|
H A D | pci-rt3883.c | 518 val |= PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER; in rt3883_pci_probe() 523 val |= PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER; in rt3883_pci_probe()
|
/openbmc/linux/arch/mips/sni/ |
H A D | setup.c | 250 if ((cmd & (PCI_COMMAND_IO|PCI_COMMAND_MEMORY)) in quirk_cirrus_ram_size() 251 == (PCI_COMMAND_IO|PCI_COMMAND_MEMORY)) { in quirk_cirrus_ram_size()
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | pmc551.c | 391 tmp = cmd & ~(PCI_COMMAND_IO | PCI_COMMAND_MEMORY); in fixup_pmc551() 475 } while ((PCI_COMMAND_IO) & cmd); in fixup_pmc551() 495 } while ((PCI_COMMAND_IO) & cmd); in fixup_pmc551() 510 } while ((PCI_COMMAND_IO) & cmd); in fixup_pmc551() 549 PCI_COMMAND_MEMORY | PCI_COMMAND_IO); in fixup_pmc551()
|
/openbmc/linux/arch/xtensa/lib/ |
H A D | pci-auto.c | 213 PCI_COMMAND_IO | in pciauto_postscan_setup_bridge() 303 PCI_COMMAND_IO | in pciauto_bus_scan()
|
/openbmc/linux/arch/ia64/pci/ |
H A D | fixup.c | 63 if (config & (PCI_COMMAND_IO | PCI_COMMAND_MEMORY)) { in pci_fixup_video()
|
/openbmc/linux/drivers/pci/ |
H A D | vgaarb.c | 301 pci_bits |= PCI_COMMAND_IO; in __vga_tryget() 316 if (pci_bits & PCI_COMMAND_IO) in __vga_tryget() 335 pci_bits |= PCI_COMMAND_IO; in __vga_tryget() 654 if (cmd & (PCI_COMMAND_IO | PCI_COMMAND_MEMORY)) { in vga_is_boot_device() 672 if (boot_cmd & (PCI_COMMAND_IO | PCI_COMMAND_MEMORY)) in vga_is_boot_device() 802 if (cmd & PCI_COMMAND_IO) in vga_arbiter_add_pci_device()
|
H A D | pci-bridge-emul.c | 53 .rw = (PCI_COMMAND_IO | PCI_COMMAND_MEMORY | 429 bridge->pci_regs_behavior[PCI_COMMAND / 4].ro |= PCI_COMMAND_IO; in pci_bridge_emul_init() 430 bridge->pci_regs_behavior[PCI_COMMAND / 4].rw &= ~PCI_COMMAND_IO; in pci_bridge_emul_init()
|
/openbmc/linux/arch/mips/loongson2ef/common/cs5536/ |
H A D | cs5536_isa.c | 141 if (value & PCI_COMMAND_IO) in pci_isa_write_reg() 243 conf_data |= PCI_COMMAND_IO; in pci_isa_read_reg()
|
H A D | cs5536_acc.c | 76 conf_data |= PCI_COMMAND_IO; in pci_acc_read_reg()
|
/openbmc/linux/arch/powerpc/platforms/ |
H A D | fsl_uli1575.c | 69 pci_write_config_word(dev, PCI_COMMAND, PCI_COMMAND_IO | in early_uli5249() 211 PCI_COMMAND_MASTER | PCI_COMMAND_IO); in quirk_uli5229()
|
/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/linux/arch/sparc/kernel/ |
H A D | leon_pci.c | 79 cmd |= PCI_COMMAND_IO; in pcibios_enable_device()
|
/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/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_debugfs.c | 77 cmd |= PCI_COMMAND_MEMORY | PCI_COMMAND_IO; in lsdc_pdev_enable_io_mem()
|
/openbmc/qemu/hw/isa/ |
H A D | i82378.c | 74 PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER); in i82378_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/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()
|
/openbmc/linux/include/linux/ |
H A D | svga.h | 96 return (flags & PCI_COMMAND_IO); in svga_primary_device()
|
/openbmc/linux/drivers/ata/ |
H A D | ata_generic.c | 197 if (!(command & PCI_COMMAND_IO)) in ata_generic_init_one()
|