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

/freebsd-10-stable/usr.sbin/bhyve/
H A Dahci.h179 #define AHCI_GHC_IE 0x00000002 macro
H A Dpci_ahci.c242 if (sc->is == 0 || (sc->ghc & AHCI_GHC_IE) == 0) {
292 if ((sc->ghc & AHCI_GHC_IE) == 0)
305 if ((sc->ghc & AHCI_GHC_IE) == 0)
2170 if (value & AHCI_GHC_IE)
2171 sc->ghc |= AHCI_GHC_IE;
2173 sc->ghc &= ~AHCI_GHC_IE;
/freebsd-10-stable/sys/dev/ahci/
H A Dahci_pci.c487 ATA_INL(ctlr->r_mem, AHCI_GHC) & (~AHCI_GHC_IE));
H A Dahci.h176 #define AHCI_GHC_IE 0x00000002 macro
H A Dahci.c124 ATA_INL(ctlr->r_mem, AHCI_GHC) | AHCI_GHC_IE);

Completed in 107 milliseconds