Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/bhyve/
HDahci.h181 #define AHCI_GHC_IE 0x00000002 macro
HDpci_ahci.c246 if (sc->is == 0 || (sc->ghc & AHCI_GHC_IE) == 0) { in ahci_generate_intr()
296 if ((sc->ghc & AHCI_GHC_IE) == 0) in ahci_port_intr()
309 if ((sc->ghc & AHCI_GHC_IE) == 0) in ahci_port_intr()
2167 if (value & AHCI_GHC_IE) in pci_ahci_host_write()
2168 sc->ghc |= AHCI_GHC_IE; in pci_ahci_host_write()
2170 sc->ghc &= ~AHCI_GHC_IE; in pci_ahci_host_write()
/freebsd-11-stable/sys/dev/ahci/
HDahci_pci.c641 ATA_INL(ctlr->r_mem, AHCI_GHC) & (~AHCI_GHC_IE)); in ahci_pci_suspend()
HDahci.h176 #define AHCI_GHC_IE 0x00000002 macro
HDahci.c134 ATA_INL(ctlr->r_mem, AHCI_GHC) | AHCI_GHC_IE); in ahci_ctlr_setup()
/freebsd-11-stable/sys/arm/nvidia/
HDtegra_ahci.c590 ATA_INL(sc->ctlr.r_mem, AHCI_GHC) & (~AHCI_GHC_IE)); in tegra_ahci_suspend()