Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dahci.h234 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()
Dlibahci.c456 if (!(cap & HOST_CAP_FBS) && (hpriv->flags & AHCI_HFLAG_YES_FBS)) { in ahci_save_initial_config()
2244 else if (hpriv->flags & AHCI_HFLAG_YES_FBS) { in ahci_port_start()
Dahci.c155 AHCI_HFLAGS (AHCI_HFLAG_YES_FBS),