Searched refs:command_preserve (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/sun4u/io/pci/ |
H A D | pci_util.c | 404 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 D | simba.c | 700 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 D | pci_pci.c | 790 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 D | db21554.c | 2254 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()
|
/titanic_50/usr/src/uts/i86pc/io/pci/ |
H A D | pci.c | 666 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()
|
/titanic_50/usr/src/uts/intel/io/pci/ |
H A D | pci_pci.c | 633 ushort_t command_preserve, command; in ppb_initchild() local 715 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child, in ppb_initchild() 718 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB); in ppb_initchild() 719 command |= (ppb_command_default & ~command_preserve); in ppb_initchild()
|
/titanic_50/usr/src/uts/common/io/cardbus/ |
H A D | cardbus.c | 1098 uint16_t command_preserve, command; in cardbus_init_child_regs() local 1137 command_preserve = ddi_prop_get_int(DDI_DEV_T_ANY, child, in cardbus_init_child_regs() 1141 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB); in cardbus_init_child_regs() 1142 command |= (cardbus_command_default & ~command_preserve); in cardbus_init_child_regs()
|