Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
A Dbios32.c276 u16 features = PCI_COMMAND_SERR | PCI_COMMAND_PARITY | PCI_COMMAND_FAST_BACK; in pcibios_fixup_bus()
294 features &= ~PCI_COMMAND_FAST_BACK; in pcibios_fixup_bus()
333 if (features & PCI_COMMAND_FAST_BACK) in pcibios_fixup_bus()
343 bus->number, (features & PCI_COMMAND_FAST_BACK) ? "en" : "dis"); in pcibios_fixup_bus()
/linux/drivers/mtd/devices/
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()
/linux/arch/mips/pci/
A Dfixup-cobalt.c75 cfgword |= (PCI_COMMAND_FAST_BACK | PCI_COMMAND_MASTER); in qube_raq_via_bmIDE_fixup()
A Dpci-ar71xx.c372 | PCI_COMMAND_PARITY | PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK; in ar71xx_pci_probe()
A Dpci-ar724x.c37 PCI_COMMAND_FAST_BACK)
A Dpci-ar2315.c330 PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK); in ar2315_pci_host_setup()
/linux/arch/parisc/kernel/
A Dpci.c244 cmd |= PCI_COMMAND_FAST_BACK; in pcibios_enable_device()
/linux/drivers/pci/
A Dpci-bridge-emul.c59 PCI_COMMAND_FAST_BACK) |
A Dquirks.c956 if (command & PCI_COMMAND_FAST_BACK) in quirk_xio2000a()
957 pci_write_config_word(pdev, PCI_COMMAND, command & ~PCI_COMMAND_FAST_BACK); in quirk_xio2000a()
/linux/drivers/xen/xen-pciback/
A Dconf_space_header.c32 PCI_COMMAND_WAIT|PCI_COMMAND_FAST_BACK)
/linux/include/uapi/linux/
A Dpci_regs.h50 #define PCI_COMMAND_FAST_BACK 0x200 /* Enable back-to-back writes */ macro
/linux/drivers/parisc/
A Dlba_pci.c852 fbb_enable = PCI_COMMAND_FAST_BACK; in lba_fixup_bus()
/linux/drivers/net/ethernet/alteon/
A Dacenic.c1123 if (!(ap->pci_command & PCI_COMMAND_FAST_BACK)) { in ace_init()
1125 ap->pci_command |= PCI_COMMAND_FAST_BACK; in ace_init()

Completed in 41 milliseconds