Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c83 static ushort_t ppb_command_default = PCI_COMM_SERR_ENABLE | variable
904 command |= (ppb_command_default & ~command_preserve); in ppb_initchild()
913 if (ppb_command_default & PCI_COMM_PARITY_DETECT) in ppb_initchild()
915 if (ppb_command_default & PCI_COMM_SERR_ENABLE) in ppb_initchild()
/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_pci.c58 static ushort_t ppb_command_default = PCI_COMM_ME | PCI_COMM_MAE | PCI_COMM_IO; variable
719 command |= (ppb_command_default & ~command_preserve); in ppb_initchild()