Searched refs:AHCI_GHC_IE (Results 1 – 6 of 6) sorted by relevance
181 #define AHCI_GHC_IE 0x00000002 macro
246 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()
641 ATA_INL(ctlr->r_mem, AHCI_GHC) & (~AHCI_GHC_IE)); in ahci_pci_suspend()
176 #define AHCI_GHC_IE 0x00000002 macro
134 ATA_INL(ctlr->r_mem, AHCI_GHC) | AHCI_GHC_IE); in ahci_ctlr_setup()
590 ATA_INL(sc->ctlr.r_mem, AHCI_GHC) & (~AHCI_GHC_IE)); in tegra_ahci_suspend()