PCI_COMMAND_FAST_BACK
u16 features = PCI_COMMAND_SERR | PCI_COMMAND_PARITY | PCI_COMMAND_FAST_BACK;
features &= ~PCI_COMMAND_FAST_BACK;
if (features & PCI_COMMAND_FAST_BACK)
bus->number, str_enabled_disabled(features & PCI_COMMAND_FAST_BACK));
cfgword |= (PCI_COMMAND_FAST_BACK | PCI_COMMAND_MASTER);
PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK);
| PCI_COMMAND_PARITY | PCI_COMMAND_SERR | PCI_COMMAND_FAST_BACK;
PCI_COMMAND_FAST_BACK)
cmd |= PCI_COMMAND_FAST_BACK;
if ((cmd & PCI_COMMAND_FAST_BACK) == 0) {
cmd |= PCI_COMMAND_FAST_BACK;
((PCI_COMMAND_FAST_BACK & cmd) == 0) ? "Not " : "");
if (!(ap->pci_command & PCI_COMMAND_FAST_BACK)) {
ap->pci_command |= PCI_COMMAND_FAST_BACK;
fbb_enable = PCI_COMMAND_FAST_BACK;
PCI_COMMAND_FAST_BACK) |
PCI_COMMAND_FAST_BACK) |
if (command & PCI_COMMAND_FAST_BACK)
pci_write_config_word(pdev, PCI_COMMAND, command & ~PCI_COMMAND_FAST_BACK);
PCI_COMMAND_WAIT|PCI_COMMAND_FAST_BACK)