Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c559 command |= (pci_command_default & ~command_preserve); in init_child()
572 if (pci_command_default & PCI_COMM_PARITY_DETECT) in init_child()
574 if (pci_command_default & PCI_COMM_SERR_ENABLE) in init_child()
H A Dpci_space.c91 ushort_t pci_command_default = PCI_COMM_SERR_ENABLE | variable
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_space.h52 extern ushort_t pci_command_default;
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci.c155 static ushort_t pci_command_default = PCI_COMM_ME | variable
746 command |= (pci_command_default & ~command_preserve); in pci_initchild()