Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dahci.h228 AHCI_HFLAG_DELAY_ENGINE = BIT(15), /* do not start engine on enumerator
H A Dahci_brcm.c479 hpriv->flags |= AHCI_HFLAG_DELAY_ENGINE; in brcm_ahci_probe()
H A Dlibahci.c916 if (!(hpriv->flags & AHCI_HFLAG_DELAY_ENGINE)) in ahci_start_port()