Home
last modified time | relevance | path

Searched refs:HOST_CAP_SSS (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dahci-internal.h83 #define HOST_CAP_SSS (1 << 27) /* Staggered Spin-up */ macro
/openbmc/linux/drivers/ata/
H A Dlibahci_platform.c417 hpriv->saved_cap &= (HOST_CAP_SSS | HOST_CAP_MPS); in ahci_platform_get_firmware()
726 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_platform_init_host()
H A Dahci.h98 HOST_CAP_SSS = BIT(27), /* Staggered Spin-up */ enumerator
H A Dacard-ahci.c415 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in acard_ahci_init_one()
H A Dahci_imx.c1156 if (!(reg_val & HOST_CAP_SSS)) { in imx_ahci_probe()
1157 reg_val |= HOST_CAP_SSS; in imx_ahci_probe()
H A Dlibahci.c469 cap = (cap & ~(HOST_CAP_SSS | HOST_CAP_MPS)) | hpriv->saved_cap; in ahci_save_initial_config()
798 if (hpriv->cap & HOST_CAP_SSS) { in ahci_power_up()
887 if (!(hpriv->cap & HOST_CAP_SSS)) in ahci_power_down()
2649 cap & HOST_CAP_SSS ? "stag " : "", in ahci_print_info()
H A Dsata_highbank.c534 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_highbank_probe()
H A Dahci.c1990 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_init_one()