Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ata/
Dahci.h250 AHCI_HFLAG_WAKE_BEFORE_STOP = (1 << 22), /* wake before DMA stop */ enumerator
Dahci_brcm.c432 hpriv->flags = AHCI_HFLAG_WAKE_BEFORE_STOP; in brcm_ahci_probe()
Dlibahci.c659 if ((hpriv->flags & AHCI_HFLAG_WAKE_BEFORE_STOP) && in ahci_stop_engine()