Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci_platform.c66 hpriv->flags |= AHCI_HFLAG_YES_FBS; in ahci_probe()
H A Dahci.h221 AHCI_HFLAG_YES_FBS = (1 << 14), /* force FBS cap on */ enumerator
H A Dacard-ahci.c296 else if (hpriv->flags & AHCI_HFLAG_YES_FBS) { in acard_ahci_port_start()
H A Dahci_xgene.c853 hpriv->flags |= AHCI_HFLAG_YES_FBS; in xgene_ahci_probe()
H A Dlibahci.c481 if (!(cap & HOST_CAP_FBS) && (hpriv->flags & AHCI_HFLAG_YES_FBS)) { in ahci_save_initial_config()
2354 else if (hpriv->flags & AHCI_HFLAG_YES_FBS) { in ahci_port_start()
H A Dahci.c166 AHCI_HFLAGS (AHCI_HFLAG_YES_FBS),