Searched refs:HOST_CAP_NCQ (Results 1 – 5 of 5) sorted by relevance
101 HOST_CAP_NCQ = BIT(30), /* Native Command Queueing */ enumerator
487 if ((cap & HOST_CAP_NCQ) && (hpriv->flags & AHCI_HFLAG_NO_NCQ)) { in ahci_save_initial_config()489 cap &= ~HOST_CAP_NCQ; in ahci_save_initial_config()492 if (!(cap & HOST_CAP_NCQ) && (hpriv->flags & AHCI_HFLAG_YES_NCQ)) { in ahci_save_initial_config()494 cap |= HOST_CAP_NCQ; in ahci_save_initial_config()2651 cap & HOST_CAP_NCQ ? "ncq " : "", in ahci_print_info()
506 if (hpriv->cap & HOST_CAP_NCQ) in ahci_highbank_probe()
722 if (hpriv->cap & HOST_CAP_NCQ) in ahci_platform_init_host()
1998 if (hpriv->cap & HOST_CAP_NCQ) { in ahci_init_one()