Searched defs:command_preserve (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c404 uint16_t command_preserve, command; local
552 command_preserve =
556 ddi_driver_name(child), command_preserve);
558 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB);
559 command |= (pci_command_default & ~command_preserve);
H A Dsimba.c700 ushort_t command_preserve, command; local
786 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child,
789 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB);
790 command |= (simba_command_default & ~command_preserve);
H A Ddb21554.c2254 ushort_t command_preserve, command; local
2317 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child,
2320 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB);
2321 command |= (db_command_default & ~command_preserve);
H A Dpci_pci.c790 ushort_t command_preserve, command; local
900 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child,
903 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB);
904 command |= (ppb_command_default & ~command_preserve);
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci.c656 ushort_t command_preserve, command; local
732 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child,
735 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB);
736 command |= (pci_command_default & ~command_preserve);
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c633 ushort_t command_preserve, command; local
715 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child,
718 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB);
719 command |= (ppb_command_default & ~command_preserve);
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c1098 uint16_t command_preserve, command; local
1137 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child,
1141 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB);
1142 command |= (cardbus_command_default & ~command_preserve);

Completed in 86 milliseconds