Home
last modified time | relevance | path

Searched refs:PCI_COMMAND_FAST_BACK (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dbios32.c274 u16 features = PCI_COMMAND_SERR | PCI_COMMAND_PARITY | PCI_COMMAND_FAST_BACK; in pcibios_fixup_bus()
292 features &= ~PCI_COMMAND_FAST_BACK; in pcibios_fixup_bus()
331 if (features & PCI_COMMAND_FAST_BACK) in pcibios_fixup_bus()
341 bus->number, (features & PCI_COMMAND_FAST_BACK) ? "en" : "dis"); in pcibios_fixup_bus()
/openbmc/linux/arch/mips/pci/
H A Dfixup-cobalt.c75 cfgword |= (PCI_COMMAND_FAST_BACK | PCI_COMMAND_MASTER); in qube_raq_via_bmIDE_fixup()
H A Dpci-ar71xx.c372 | PCI_COMMAND_PARITY | PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK; in ar71xx_pci_probe()
H A Dpci-ar724x.c37 PCI_COMMAND_FAST_BACK)
H A Dpci-ar2315.c330 PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK); in ar2315_pci_host_setup()
/openbmc/linux/drivers/mtd/devices/
H A Dpmc551.c521 if ((cmd & PCI_COMMAND_FAST_BACK) == 0) { in fixup_pmc551()
522 cmd |= PCI_COMMAND_FAST_BACK; in fixup_pmc551()
617 ((PCI_COMMAND_FAST_BACK & cmd) == 0) ? "Not " : ""); in fixup_pmc551()
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c58 PCI_COMMAND_FAST_BACK) |
406 PCI_COMMAND_FAST_BACK) | in pci_bridge_emul_init()
H A Dquirks.c1072 if (command & PCI_COMMAND_FAST_BACK) in quirk_xio2000a()
1073 pci_write_config_word(pdev, PCI_COMMAND, command & ~PCI_COMMAND_FAST_BACK); in quirk_xio2000a()
/openbmc/linux/arch/parisc/kernel/
H A Dpci.c244 cmd |= PCI_COMMAND_FAST_BACK; in pcibios_enable_device()
/openbmc/u-boot/board/imgtec/malta/
H A Dlowlevel_init.S206 li t1, (PCI_COMMAND_FAST_BACK | \
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_header.c32 PCI_COMMAND_WAIT|PCI_COMMAND_FAST_BACK)
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h50 #define PCI_COMMAND_FAST_BACK 0x200 /* Enable back-to-back writes */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h50 #define PCI_COMMAND_FAST_BACK 0x200 /* Enable back-to-back writes */ macro
/openbmc/u-boot/include/
H A Dpci.h33 #define PCI_COMMAND_FAST_BACK 0x200 /* Enable back-to-back writes */ macro
/openbmc/linux/drivers/parisc/
H A Dlba_pci.c852 fbb_enable = PCI_COMMAND_FAST_BACK; in lba_fixup_bus()
/openbmc/linux/drivers/net/ethernet/alteon/
H A Dacenic.c1122 if (!(ap->pci_command & PCI_COMMAND_FAST_BACK)) { in ace_init()
1124 ap->pci_command |= PCI_COMMAND_FAST_BACK; in ace_init()
/openbmc/qemu/tests/qtest/
H A Dahci-test.c263 ASSERT_BIT_CLEAR(data, PCI_COMMAND_FAST_BACK); in ahci_test_pci_spec()