Home
last modified time | relevance | path

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

/external/grub/netboot/
Dpci.c486 unsigned short new_command, pci_command; in adjust_pci_device() local
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()
494 pcibios_write_config_word(p->bus, p->devfn, PCI_COMMAND, new_command); in adjust_pci_device()