Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h86 #define AHCI_HBA_GHC_IE (0x1 << 1) /* Interrupt Enable */ macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c5753 ghc_control |= (AHCI_HBA_GHC_AE | AHCI_HBA_GHC_IE); in ahci_hba_reset()
8144 ghc_control |= AHCI_HBA_GHC_IE; in ahci_enable_all_intrs()
8186 ghc_control &= ~AHCI_HBA_GHC_IE; in ahci_disable_all_intrs()