Home
last modified time | relevance | path

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.c431 uint32_t global_swap; in hci1394_pci_init() local
464 global_swap = pci_config_get32(soft_state->pci_config, in hci1394_pci_init()
468 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()
471 OHCI_PCI_HCI_CONTROL_REG, global_swap); in hci1394_pci_init()
474 global_swap = pci_config_get32(soft_state->pci_config, in hci1394_pci_init()
478 if ((global_swap & OHCI_PCI_GLOBAL_SWAP) == 0) { in hci1394_pci_init()
535 uint32_t global_swap; in hci1394_pci_resume() local
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()
[all …]