Home
last modified time | relevance | path

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

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