Home
last modified time | relevance | path

Searched refs:HOST_CAP2_SDS (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/ata/
Dahci.h108 HOST_CAP2_SDS = (1 << 3), /* Support device sleep */ enumerator
Dlibahci.c475 if ((cap2 & HOST_CAP2_SDS) && (hpriv->flags & AHCI_HFLAG_NO_DEVSLP)) { in ahci_save_initial_config()
478 cap2 &= ~HOST_CAP2_SDS; in ahci_save_initial_config()
802 if ((hpriv->cap2 & HOST_CAP2_SDS) && in ahci_set_lpm()
2507 cap2 & HOST_CAP2_SDS ? "sds " : "", in ahci_print_info()