Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c589 if ((global_swap & OHCI_PCI_GLOBAL_SWAP) == 0) { in hci1394_pci_init()
590 global_swap = global_swap | OHCI_PCI_GLOBAL_SWAP; in hci1394_pci_init()
599 if ((global_swap & OHCI_PCI_GLOBAL_SWAP) == 0) { in hci1394_pci_init()
679 if ((global_swap & OHCI_PCI_GLOBAL_SWAP) == 0) { in hci1394_pci_resume()
680 global_swap = global_swap | OHCI_PCI_GLOBAL_SWAP; in hci1394_pci_resume()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h72 #define OHCI_PCI_GLOBAL_SWAP 0x00000001 macro