Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/ata/
Dahci.h227 AHCI_HFLAG_DELAY_ENGINE = (1 << 15), /* do not start engine on enumerator
Dahci_brcm.c478 hpriv->flags |= AHCI_HFLAG_DELAY_ENGINE; in brcm_ahci_probe()
Dlibahci.c913 if (!(hpriv->flags & AHCI_HFLAG_DELAY_ENGINE)) in ahci_start_port()