Home
last modified time | relevance | path

Searched refs:AHCI_HFLAG_YES_FBS (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/ata/
Dahci.h237 AHCI_HFLAG_YES_FBS = (1 << 14), /* force FBS cap on */ enumerator
Dacard-ahci.c343 else if (hpriv->flags & AHCI_HFLAG_YES_FBS) { in acard_ahci_port_start()
Dahci_xgene.c866 hpriv->flags |= AHCI_HFLAG_YES_FBS; in xgene_ahci_probe()
Dlibahci.c498 if (!(cap & HOST_CAP_FBS) && (hpriv->flags & AHCI_HFLAG_YES_FBS)) { in ahci_save_initial_config()
2364 else if (hpriv->flags & AHCI_HFLAG_YES_FBS) { in ahci_port_start()
Dahci.c173 AHCI_HFLAGS (AHCI_HFLAG_YES_FBS),