Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h245 AHCI_HFLAG_NO_SXS = (1 << 28), /* SXS not supported */ enumerator
H A Dahci.c1779 hpriv->flags |= AHCI_HFLAG_NO_SXS; in ahci_init_one()
H A Dlibahci.c496 if ((cap & HOST_CAP_SXS) && (hpriv->flags & AHCI_HFLAG_NO_SXS)) { in ahci_save_initial_config()