HOST_CAP_NCQ
if (hpriv->cap & HOST_CAP_NCQ)
if (hpriv->cap & HOST_CAP_NCQ) {
cap & HOST_CAP_NCQ ? "ncq " : "",
if ((cap & HOST_CAP_NCQ) && (hpriv->flags & AHCI_HFLAG_NO_NCQ)) {
cap &= ~HOST_CAP_NCQ;
if (!(cap & HOST_CAP_NCQ) && (hpriv->flags & AHCI_HFLAG_YES_NCQ)) {
cap |= HOST_CAP_NCQ;
if (hpriv->cap & HOST_CAP_NCQ)
if (hpriv->cap & HOST_CAP_NCQ)