Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/ata/
Dahci.h248 AHCI_HFLAG_NO_SXS = (1 << 28), /* SXS not supported */ enumerator
Dahci.c1779 hpriv->flags |= AHCI_HFLAG_NO_SXS; in ahci_init_one()
Dlibahci.c527 if ((cap & HOST_CAP_SXS) && (hpriv->flags & AHCI_HFLAG_NO_SXS)) { in ahci_save_initial_config()