Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dahci.h213 AHCI_HFLAG_NO_NCQ = BIT(0), enumerator
H A Dahci_brcm.c482 hpriv->flags |= AHCI_HFLAG_NO_NCQ; in brcm_ahci_probe()
H A Dlibahci.c486 if ((cap & HOST_CAP_NCQ) && (hpriv->flags & AHCI_HFLAG_NO_NCQ)) { in ahci_save_initial_config()