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

/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c340 uint16_t pci_commond; local
368 pci_commond = pci_config_get16(pci_handle, PCI_CONF_COMM);
369 pci_commond &= ~PCI_COMM_MEMWR_INVAL;
370 pci_commond |= PCI_COMM_ME | PCI_COMM_MAE | PCI_COMM_IO;
371 pci_config_put32(pci_handle, PCI_CONF_COMM, pci_commond);
437 pci_commond = pci_config_get16(pci_handle, PCI_CONF_COMM);
438 pci_commond &= ~PCI_COMM_MEMWR_INVAL;
439 pci_commond |= PCI_COMM_ME | PCI_COMM_MAE | PCI_COMM_IO;
440 pci_config_put32(pci_handle, PCI_CONF_COMM, pci_commond);

Completed in 60 milliseconds