Searched defs:pci_command (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | pci.c | 395 unsigned short new_command, pci_command; local 398 pcibios_read_config_word(p->bus, p->devfn, PCI_COMMAND, &pci_command); 399 new_command = pci_command | PCI_COMMAND_MASTER|PCI_COMMAND_IO; 400 if (pci_command != new_command) { 405 pci_command, new_command, p->bus, p->devfn);
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia97/ |
H A D | audiovia97.c | 484 uint16_t pci_command, vendor, device; local 512 pci_command = pci_config_get16(pcih, PCI_CONF_COMM); 513 pci_command |= PCI_COMM_ME | PCI_COMM_IO; 514 pci_config_put16(pcih, PCI_CONF_COMM, pci_command);
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia823x/ |
H A D | audiovia823x.c | 544 uint16_t pci_command, vendor, device; local 598 pci_command = pci_config_get16(pcih, PCI_CONF_COMM); 599 pci_command |= PCI_COMM_ME | PCI_COMM_IO | PCI_COMM_MAE; 600 pci_config_put16(pcih, PCI_CONF_COMM, pci_command);
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmihd/ |
H A D | audiocmihd.c | 1534 uint16_t pci_command, vendor, device, subvendor, subdevice; local 1568 pci_command = pci_config_get16(pcih, PCI_CONF_COMM); 1569 pci_command |= PCI_COMM_ME | PCI_COMM_IO; 1570 pci_config_put16(pcih, PCI_CONF_COMM, pci_command);
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiols/ |
H A D | audiols.c | 1101 uint16_t pci_command, vendor, device; local 1137 pci_command = pci_config_get16(pcih, PCI_CONF_COMM); 1138 pci_command |= PCI_COMM_ME | PCI_COMM_IO; 1139 pci_config_put16(pcih, PCI_CONF_COMM, pci_command);
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audioens/ |
H A D | audioens.c | 991 uint16_t pci_command, vendor, device; local 1080 pci_command = pci_config_get16(pcih, PCI_CONF_COMM); 1081 pci_command |= PCI_COMM_ME | PCI_COMM_IO; 1082 pci_config_put16(pcih, PCI_CONF_COMM, pci_command);
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/ |
H A D | audioemu10k.c | 1925 uint16_t pci_command; local 1957 pci_command = pci_config_get16(pcih, PCI_CONF_COMM); 1958 pci_command |= PCI_COMM_ME | PCI_COMM_IO; 1959 pci_config_put16(pcih, PCI_CONF_COMM, pci_command);
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiopci/ |
H A D | audiopci.c | 1179 uint16_t pci_command, vendor, device; local 1215 pci_command = pci_config_get16(pcih, PCI_CONF_COMM); 1216 pci_command |= PCI_COMM_ME | PCI_COMM_IO; 1217 pci_config_put16(pcih, PCI_CONF_COMM, pci_command);
|
Completed in 1110 milliseconds