Searched refs:pci_command (Results 1 – 1 of 1) sorted by relevance
486 unsigned short new_command, pci_command; in adjust_pci_device() local489 pcibios_read_config_word(p->bus, p->devfn, PCI_COMMAND, &pci_command); in adjust_pci_device()490 new_command = pci_command | PCI_COMMAND_MASTER|PCI_COMMAND_IO; in adjust_pci_device()491 if (pci_command != new_command) { in adjust_pci_device()493 pci_command, new_command, p->bus, p->devfn); in adjust_pci_device()