Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h97 HOST_CAP_ALPM = (1 << 26), /* Aggressive Link PM support */ enumerator
H A Dlibahci.c491 if (!(cap & HOST_CAP_ALPM) && (hpriv->flags & AHCI_HFLAG_YES_ALPM)) { in ahci_save_initial_config()
493 cap |= HOST_CAP_ALPM; in ahci_save_initial_config()
772 if (hpriv->cap & HOST_CAP_ALPM) { in ahci_set_lpm()
2492 cap & HOST_CAP_ALPM ? "pm " : "", in ahci_print_info()
H A Dahci_brcm.c125 if (!(host_caps & HOST_CAP_ALPM)) in brcm_sata_alpm_init()