Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci_platform.c60 hpriv->flags |= AHCI_HFLAG_NO_FBS | AHCI_HFLAG_NO_NCQ; in ahci_probe()
H A Dahci.h213 AHCI_HFLAG_NO_NCQ = BIT(0), enumerator
H A Dacard-ahci.c85 AHCI_HFLAGS (AHCI_HFLAG_NO_NCQ),
H A Dahci.c168 AHCI_HFLAGS (AHCI_HFLAG_NO_NCQ),
225 AHCI_HFLAGS (AHCI_HFLAG_NO_NCQ | AHCI_HFLAG_NO_MSI |
249 AHCI_HFLAGS (AHCI_HFLAG_NO_NCQ | AHCI_HFLAG_NO_PMP),
H A Dahci_brcm.c481 hpriv->flags |= AHCI_HFLAG_NO_NCQ; in brcm_ahci_probe()
H A Dahci_xgene.c842 hpriv->flags = AHCI_HFLAG_NO_NCQ; in xgene_ahci_probe()
H A Dlibahci.c486 if ((cap & HOST_CAP_NCQ) && (hpriv->flags & AHCI_HFLAG_NO_NCQ)) { in ahci_save_initial_config()