Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/ata/
Dahci.h108 HOST_CAP2_SDS = BIT(3), /* Support device sleep */ enumerator
Dahci_dwc.c236 if (!(cap & HOST_CAP_CCC) && !(cap2 & HOST_CAP2_SDS)) in ahci_dwc_init_timer()
Dlibahci.c507 if ((cap2 & HOST_CAP2_SDS) && (hpriv->flags & AHCI_HFLAG_NO_DEVSLP)) { in ahci_save_initial_config()
510 cap2 &= ~HOST_CAP2_SDS; in ahci_save_initial_config()
859 if ((hpriv->cap2 & HOST_CAP2_SDS) && in ahci_set_lpm()
2672 cap2 & HOST_CAP2_SDS ? "sds " : "", in ahci_print_info()
Dahci.c1892 if (!(hpriv->cap2 & HOST_CAP2_SDS)) in ahci_init_one()