Searched refs:AHCI_HFLAG_NO_SXS (Results 1 – 3 of 3) sorted by relevance
248 AHCI_HFLAG_NO_SXS = (1 << 28), /* SXS not supported */ enumerator
1779 hpriv->flags |= AHCI_HFLAG_NO_SXS; in ahci_init_one()
527 if ((cap & HOST_CAP_SXS) && (hpriv->flags & AHCI_HFLAG_NO_SXS)) { in ahci_save_initial_config()