Home
last modified time | relevance | path

Searched refs: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; in init_child() local
552 command_preserve = in init_child()
556 ddi_driver_name(child), command_preserve); in init_child()
558 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB); in init_child()
559 command |= (pci_command_default & ~command_preserve); in init_child()
H A Dsimba.c700 ushort_t command_preserve, command; in simba_initchild() local
786 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child, in simba_initchild()
789 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB); in simba_initchild()
790 command |= (simba_command_default & ~command_preserve); in simba_initchild()
H A Dpci_pci.c790 ushort_t command_preserve, command; in ppb_initchild() local
900 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child, in ppb_initchild()
903 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB); in ppb_initchild()
904 command |= (ppb_command_default & ~command_preserve); in ppb_initchild()
H A Ddb21554.c2254 ushort_t command_preserve, command; in db_initchild() local
2317 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child, in db_initchild()
2320 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB); in db_initchild()
2321 command |= (db_command_default & ~command_preserve); in db_initchild()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci.c666 ushort_t command_preserve, command; in pci_initchild() local
742 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child, in pci_initchild()
745 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB); in pci_initchild()
746 command |= (pci_command_default & ~command_preserve); in pci_initchild()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c643 ushort_t command_preserve, command; in ppb_initchild() local
725 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child, in ppb_initchild()
728 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB); in ppb_initchild()
729 command |= (ppb_command_default & ~command_preserve); in ppb_initchild()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c1097 uint16_t command_preserve, command; in cardbus_init_child_regs() local
1136 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child, in cardbus_init_child_regs()
1140 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB); in cardbus_init_child_regs()
1141 command |= (cardbus_command_default & ~command_preserve); in cardbus_init_child_regs()