Searched refs:AHCI_GHC_IE (Results 1 – 6 of 6) sorted by relevance
179 #define AHCI_GHC_IE 0x00000002 macro
249 if (sc->is == 0 || (sc->ghc & AHCI_GHC_IE) == 0) { in ahci_generate_intr()299 if ((sc->ghc & AHCI_GHC_IE) == 0) in ahci_port_intr()312 if ((sc->ghc & AHCI_GHC_IE) == 0) in ahci_port_intr()2229 if (value & AHCI_GHC_IE) in pci_ahci_host_write()2230 sc->ghc |= AHCI_GHC_IE; in pci_ahci_host_write()2232 sc->ghc &= ~AHCI_GHC_IE; in pci_ahci_host_write()
720 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()
747 ATA_INL(sc->ctlr.r_mem, AHCI_GHC) & (~AHCI_GHC_IE)); in tegra_ahci_suspend()