Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c468 if ((global_swap & OHCI_PCI_GLOBAL_SWAP) == 0) { in hci1394_pci_init()
469 global_swap = global_swap | OHCI_PCI_GLOBAL_SWAP; in hci1394_pci_init()
478 if ((global_swap & OHCI_PCI_GLOBAL_SWAP) == 0) { in hci1394_pci_init()
551 if ((global_swap & OHCI_PCI_GLOBAL_SWAP) == 0) { in hci1394_pci_resume()
552 global_swap = global_swap | OHCI_PCI_GLOBAL_SWAP; in hci1394_pci_resume()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h70 #define OHCI_PCI_GLOBAL_SWAP 0x00000001 macro