Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci-internal.h80 #define HOST_CAP_SSC (1 << 14) /* Slumber capable */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h90 HOST_CAP_SSC = BIT(14), /* Slumber state capable */ enumerator
H A Dahci.c1743 else if (hpriv->cap & HOST_CAP_SSC) in ahci_update_initial_lpm_policy()
1998 if (!(hpriv->cap & HOST_CAP_SSC)) in ahci_init_one()
H A Dlibahci.c2657 cap & HOST_CAP_SSC ? "slum " : "", in ahci_print_info()