Home
last modified time | relevance | path

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

/linux-4.4.14/arch/unicore32/kernel/
Dpci.c175 | PCI_COMMAND_FAST_BACK; in pcibios_fixup_bus()
196 features &= ~PCI_COMMAND_FAST_BACK; in pcibios_fixup_bus()
241 if (features & PCI_COMMAND_FAST_BACK) in pcibios_fixup_bus()
251 bus->number, (features & PCI_COMMAND_FAST_BACK) ? "en" : "dis"); in pcibios_fixup_bus()
/linux-4.4.14/arch/arm/kernel/
Dbios32.c292 u16 features = PCI_COMMAND_SERR | PCI_COMMAND_PARITY | PCI_COMMAND_FAST_BACK; in pcibios_fixup_bus()
310 features &= ~PCI_COMMAND_FAST_BACK; in pcibios_fixup_bus()
349 if (features & PCI_COMMAND_FAST_BACK) in pcibios_fixup_bus()
359 bus->number, (features & PCI_COMMAND_FAST_BACK) ? "en" : "dis"); in pcibios_fixup_bus()
/linux-4.4.14/arch/mips/pci/
Dfixup-cobalt.c60 cfgword |= (PCI_COMMAND_FAST_BACK | PCI_COMMAND_MASTER); in qube_raq_via_bmIDE_fixup()
Dpci-rt2880.c213 PCI_COMMAND_INVALIDATE | PCI_COMMAND_FAST_BACK | in pcibios_map_irq()
Dpci-ar724x.c36 PCI_COMMAND_FAST_BACK)
Dpci-ar71xx.c375 | PCI_COMMAND_PARITY | PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK; in ar71xx_pci_probe()
Dpci-ar2315.c316 PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK); in ar2315_pci_host_setup()
/linux-4.4.14/drivers/mtd/devices/
Dpmc551.c530 if ((cmd & PCI_COMMAND_FAST_BACK) == 0) { in fixup_pmc551()
531 cmd |= PCI_COMMAND_FAST_BACK; in fixup_pmc551()
626 ((PCI_COMMAND_FAST_BACK & cmd) == 0) ? "Not " : ""); in fixup_pmc551()
/linux-4.4.14/arch/parisc/kernel/
Dpci.c257 cmd |= PCI_COMMAND_FAST_BACK; in pcibios_enable_device()
/linux-4.4.14/drivers/xen/xen-pciback/
Dconf_space_header.c30 PCI_COMMAND_WAIT|PCI_COMMAND_FAST_BACK)
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h42 #define PCI_COMMAND_FAST_BACK 0x200 /* Enable back-to-back writes */ macro
/linux-4.4.14/drivers/parisc/
Dlba_pci.c815 fbb_enable = PCI_COMMAND_FAST_BACK; in lba_fixup_bus()
/linux-4.4.14/drivers/net/ethernet/alteon/
Dacenic.c1121 if (!(ap->pci_command & PCI_COMMAND_FAST_BACK)) { in ace_init()
1123 ap->pci_command |= PCI_COMMAND_FAST_BACK; in ace_init()
/linux-4.4.14/drivers/pci/
Dquirks.c750 if (command & PCI_COMMAND_FAST_BACK) in quirk_xio2000a()
751 pci_write_config_word(pdev, PCI_COMMAND, command & ~PCI_COMMAND_FAST_BACK); in quirk_xio2000a()
/linux-4.4.14/drivers/staging/slicoss/
Dslicoss.c2670 | PCI_COMMAND_PARITY | PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK; in slic_config_pci()