Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dahci.h179 #define AHCI_GHC_IE 0x00000002 macro
H A Dpci_ahci.c243 if (sc->is == 0 || (sc->ghc & AHCI_GHC_IE) == 0) { in ahci_generate_intr()
293 if ((sc->ghc & AHCI_GHC_IE) == 0) in ahci_port_intr()
306 if ((sc->ghc & AHCI_GHC_IE) == 0) in ahci_port_intr()
2174 if (value & AHCI_GHC_IE) in pci_ahci_host_write()
2175 sc->ghc |= AHCI_GHC_IE; in pci_ahci_host_write()
2177 sc->ghc &= ~AHCI_GHC_IE; in pci_ahci_host_write()