Home
last modified time | relevance | path

Searched refs:AHCI_HFLAG_NO_NCQ (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/ata/
Dahci_platform.c59 hpriv->flags |= AHCI_HFLAG_NO_FBS | AHCI_HFLAG_NO_NCQ; in ahci_probe()
Dahci.h223 AHCI_HFLAG_NO_NCQ = (1 << 0), enumerator
Dacard-ahci.c101 AHCI_HFLAGS (AHCI_HFLAG_NO_NCQ),
Dahci.c159 AHCI_HFLAGS (AHCI_HFLAG_NO_NCQ),
209 AHCI_HFLAGS (AHCI_HFLAG_NO_NCQ | AHCI_HFLAG_NO_MSI |
233 AHCI_HFLAGS (AHCI_HFLAG_NO_NCQ | AHCI_HFLAG_NO_PMP),
Dahci_brcm.c441 hpriv->flags |= AHCI_HFLAG_NO_NCQ; in brcm_ahci_probe()
Dahci_xgene.c863 hpriv->flags = AHCI_HFLAG_NO_NCQ; in xgene_ahci_probe()
Dlibahci.c470 if ((cap & HOST_CAP_NCQ) && (hpriv->flags & AHCI_HFLAG_NO_NCQ)) { in ahci_save_initial_config()