Home
last modified time | relevance | path

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

/Linux-v5.4/arch/unicore32/kernel/
Dpci.c171 | PCI_COMMAND_FAST_BACK; in pcibios_fixup_bus()
192 features &= ~PCI_COMMAND_FAST_BACK; in pcibios_fixup_bus()
237 if (features & PCI_COMMAND_FAST_BACK) in pcibios_fixup_bus()
247 bus->number, (features & PCI_COMMAND_FAST_BACK) ? "en" : "dis"); in pcibios_fixup_bus()
/Linux-v5.4/arch/arm/kernel/
Dbios32.c293 u16 features = PCI_COMMAND_SERR | PCI_COMMAND_PARITY | PCI_COMMAND_FAST_BACK; in pcibios_fixup_bus()
311 features &= ~PCI_COMMAND_FAST_BACK; in pcibios_fixup_bus()
350 if (features & PCI_COMMAND_FAST_BACK) in pcibios_fixup_bus()
360 bus->number, (features & PCI_COMMAND_FAST_BACK) ? "en" : "dis"); in pcibios_fixup_bus()
/Linux-v5.4/arch/mips/pci/
Dfixup-cobalt.c60 cfgword |= (PCI_COMMAND_FAST_BACK | PCI_COMMAND_MASTER); in qube_raq_via_bmIDE_fixup()
Dpci-rt2880.c209 PCI_COMMAND_INVALIDATE | PCI_COMMAND_FAST_BACK | in pcibios_map_irq()
Dpci-ar71xx.c372 | PCI_COMMAND_PARITY | PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK; in ar71xx_pci_probe()
Dpci-ar724x.c37 PCI_COMMAND_FAST_BACK)
Dpci-ar2315.c329 PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK); in ar2315_pci_host_setup()
/Linux-v5.4/drivers/mtd/devices/
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-v5.4/arch/parisc/kernel/
Dpci.c244 cmd |= PCI_COMMAND_FAST_BACK; in pcibios_enable_device()
/Linux-v5.4/drivers/pci/
Dpci-bridge-emul.c49 PCI_COMMAND_FAST_BACK) |
Dquirks.c960 if (command & PCI_COMMAND_FAST_BACK) in quirk_xio2000a()
961 pci_write_config_word(pdev, PCI_COMMAND, command & ~PCI_COMMAND_FAST_BACK); in quirk_xio2000a()
/Linux-v5.4/drivers/xen/xen-pciback/
Dconf_space_header.c31 PCI_COMMAND_WAIT|PCI_COMMAND_FAST_BACK)
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h49 #define PCI_COMMAND_FAST_BACK 0x200 /* Enable back-to-back writes */ macro
/Linux-v5.4/drivers/parisc/
Dlba_pci.c852 fbb_enable = PCI_COMMAND_FAST_BACK; in lba_fixup_bus()
/Linux-v5.4/drivers/net/ethernet/alteon/
Dacenic.c1122 if (!(ap->pci_command & PCI_COMMAND_FAST_BACK)) { in ace_init()
1124 ap->pci_command |= PCI_COMMAND_FAST_BACK; in ace_init()