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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c395 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/audiovia823x/
H A Daudiovia823x.c544 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/audiovia97/
H A Daudiovia97.c484 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/audioens/
H A Daudioens.c991 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/audiols/
H A Daudiols.c1101 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/audiopci/
H A Daudiopci.c1179 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);
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmihd/
H A Daudiocmihd.c1534 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/audioemu10k/
H A Daudioemu10k.c1925 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);

Completed in 344 milliseconds