Home
last modified time | relevance | path

Searched refs:AHCI_GHC_IE (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c245 if (sc->is == 0 || (sc->ghc & AHCI_GHC_IE) == 0) { in ahci_generate_intr()
295 if ((sc->ghc & AHCI_GHC_IE) == 0) in ahci_port_intr()
308 if ((sc->ghc & AHCI_GHC_IE) == 0) in ahci_port_intr()
2176 if (value & AHCI_GHC_IE) in pci_ahci_host_write()
2177 sc->ghc |= AHCI_GHC_IE; in pci_ahci_host_write()
2179 sc->ghc &= ~AHCI_GHC_IE; in pci_ahci_host_write()
H A Dahci.h179 #define AHCI_GHC_IE 0x00000002 macro