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

/freebsd-current/usr.sbin/bhyve/
H A Dahci.h179 #define AHCI_GHC_IE 0x00000002 macro
H A Dpci_ahci.c246 if (sc->is == 0 || (sc->ghc & AHCI_GHC_IE) == 0) {
296 if ((sc->ghc & AHCI_GHC_IE) == 0)
309 if ((sc->ghc & AHCI_GHC_IE) == 0)
2179 if (value & AHCI_GHC_IE)
2180 sc->ghc |= AHCI_GHC_IE;
2182 sc->ghc &= ~AHCI_GHC_IE;
/freebsd-current/sys/arm/nvidia/
H A Dtegra_ahci.c747 ATA_INL(sc->ctlr.r_mem, AHCI_GHC) & (~AHCI_GHC_IE));
/freebsd-current/sys/dev/ahci/
H A Dahci.h176 #define AHCI_GHC_IE 0x00000002 macro
H A Dahci_pci.c721 ATA_INL(ctlr->r_mem, AHCI_GHC) & (~AHCI_GHC_IE));
H A Dahci.c134 ATA_INL(ctlr->r_mem, AHCI_GHC) | AHCI_GHC_IE);

Completed in 128 milliseconds