Symbol: PCI_COMMAND_FAST_BACK
arch/arm/kernel/bios32.c
275
u16 features = PCI_COMMAND_SERR | PCI_COMMAND_PARITY | PCI_COMMAND_FAST_BACK;
arch/arm/kernel/bios32.c
293
features &= ~PCI_COMMAND_FAST_BACK;
arch/arm/kernel/bios32.c
332
if (features & PCI_COMMAND_FAST_BACK)
arch/arm/kernel/bios32.c
342
bus->number, str_enabled_disabled(features & PCI_COMMAND_FAST_BACK));
arch/mips/pci/fixup-cobalt.c
75
cfgword |= (PCI_COMMAND_FAST_BACK | PCI_COMMAND_MASTER);
arch/mips/pci/pci-ar2315.c
330
PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK);
arch/mips/pci/pci-ar71xx.c
372
| PCI_COMMAND_PARITY | PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK;
arch/mips/pci/pci-ar724x.c
37
PCI_COMMAND_FAST_BACK)
arch/parisc/kernel/pci.c
244
cmd |= PCI_COMMAND_FAST_BACK;
drivers/mtd/devices/pmc551.c
521
if ((cmd & PCI_COMMAND_FAST_BACK) == 0) {
drivers/mtd/devices/pmc551.c
522
cmd |= PCI_COMMAND_FAST_BACK;
drivers/mtd/devices/pmc551.c
617
((PCI_COMMAND_FAST_BACK & cmd) == 0) ? "Not " : "");
drivers/net/ethernet/alteon/acenic.c
1122
if (!(ap->pci_command & PCI_COMMAND_FAST_BACK)) {
drivers/net/ethernet/alteon/acenic.c
1124
ap->pci_command |= PCI_COMMAND_FAST_BACK;
drivers/parisc/lba_pci.c
852
fbb_enable = PCI_COMMAND_FAST_BACK;
drivers/pci/pci-bridge-emul.c
406
PCI_COMMAND_FAST_BACK) |
drivers/pci/pci-bridge-emul.c
58
PCI_COMMAND_FAST_BACK) |
drivers/pci/quirks.c
1081
if (command & PCI_COMMAND_FAST_BACK)
drivers/pci/quirks.c
1082
pci_write_config_word(pdev, PCI_COMMAND, command & ~PCI_COMMAND_FAST_BACK);
drivers/xen/xen-pciback/conf_space_header.c
32
PCI_COMMAND_WAIT|PCI_COMMAND_FAST_BACK)