Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h85 #define AHCI_HBA_GHC_HR (0x1 << 0) /* HBA Reset */ macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c5712 ghc_control |= AHCI_HBA_GHC_HR; in ahci_hba_reset()
5734 } while (ghc_control & AHCI_HBA_GHC_HR); in ahci_hba_reset()
5740 if (ghc_control & AHCI_HBA_GHC_HR) { in ahci_hba_reset()