Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/bus/
Dpci.c144 unsigned short new_command, pci_command; in adjust_pci_device() local
147 pci_read_config_word ( pci, PCI_COMMAND, &pci_command ); in adjust_pci_device()
148 new_command = ( pci_command | PCI_COMMAND_MASTER | in adjust_pci_device()
150 if ( pci_command != new_command ) { in adjust_pci_device()
154 pci_command, new_command ); in adjust_pci_device()