HOST_CAP_NCQ      401 drivers/ata/acard-ahci.c 	if (hpriv->cap & HOST_CAP_NCQ)
HOST_CAP_NCQ     1745 drivers/ata/ahci.c 	if (hpriv->cap & HOST_CAP_NCQ) {
HOST_CAP_NCQ      453 drivers/ata/libahci.c 	if ((cap & HOST_CAP_NCQ) && (hpriv->flags & AHCI_HFLAG_NO_NCQ)) {
HOST_CAP_NCQ      455 drivers/ata/libahci.c 		cap &= ~HOST_CAP_NCQ;
HOST_CAP_NCQ      458 drivers/ata/libahci.c 	if (!(cap & HOST_CAP_NCQ) && (hpriv->flags & AHCI_HFLAG_YES_NCQ)) {
HOST_CAP_NCQ      460 drivers/ata/libahci.c 		cap |= HOST_CAP_NCQ;
HOST_CAP_NCQ     2481 drivers/ata/libahci.c 		cap & HOST_CAP_NCQ ? "ncq " : "",
HOST_CAP_NCQ      598 drivers/ata/libahci_platform.c 	if (hpriv->cap & HOST_CAP_NCQ)
HOST_CAP_NCQ      505 drivers/ata/sata_highbank.c 	if (hpriv->cap & HOST_CAP_NCQ)