Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dahci.h246 AHCI_HFLAG_NO_SXS = BIT(26), /* SXS not supported */ enumerator
H A Dahci.c1899 hpriv->flags |= AHCI_HFLAG_NO_SXS; in ahci_init_one()
H A Dlibahci.c529 if ((cap & HOST_CAP_SXS) && (hpriv->flags & AHCI_HFLAG_NO_SXS)) { in ahci_save_initial_config()