Searched refs:PCI_COMMAND_FAST_BACK (Results 1 – 9 of 9) sorted by relevance
274 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()
75 cfgword |= (PCI_COMMAND_FAST_BACK | PCI_COMMAND_MASTER); in qube_raq_via_bmIDE_fixup()
372 | PCI_COMMAND_PARITY | PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK; in ar71xx_pci_probe()
37 PCI_COMMAND_FAST_BACK)
330 PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK); in ar2315_pci_host_setup()
521 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()
244 cmd |= PCI_COMMAND_FAST_BACK; in pcibios_enable_device()
50 #define PCI_COMMAND_FAST_BACK 0x200 /* Enable back-to-back writes */ macro
1080 if (command & PCI_COMMAND_FAST_BACK) in quirk_xio2000a() 1081 pci_write_config_word(pdev, PCI_COMMAND, command & ~PCI_COMMAND_FAST_BACK); in quirk_xio2000a()