Searched refs:global_swap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c547 uint32_t global_swap; local
585 global_swap = pci_config_get32(soft_state->pci_config,
589 if ((global_swap & OHCI_PCI_GLOBAL_SWAP) == 0) {
590 global_swap = global_swap | OHCI_PCI_GLOBAL_SWAP;
592 OHCI_PCI_HCI_CONTROL_REG, global_swap);
595 global_swap = pci_config_get32(soft_state->pci_config,
599 if ((global_swap & OHCI_PCI_GLOBAL_SWAP) == 0) {
662 uint32_t global_swap; local
676 global_swap
[all...]

Completed in 44 milliseconds