Searched defs:ghc_control (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c523 uint32_t ghc_control; local
555 ghc_control = ddi_get32(ahci_ctlp->ahcictl_ahci_acc_handle,
557 ghc_control |= AHCI_HBA_GHC_AE;
559 (uint32_t *)AHCI_GLOBAL_GHC(ahci_ctlp), ghc_control);
676 ghc_control = ddi_get32(ahci_ctlp->ahcictl_ahci_acc_handle,
678 ghc_control |= AHCI_HBA_GHC_AE;
680 (uint32_t *)AHCI_GLOBAL_GHC(ahci_ctlp), ghc_control);
5593 uint32_t ghc_control; local
5603 ghc_control = ddi_get32(ahci_ctlp->ahcictl_ahci_acc_handle,
5607 ghc_control |
8031 uint32_t ghc_control; local
8071 uint32_t ghc_control; local
[all...]

Completed in 58 milliseconds