Home
last modified time | relevance | path

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

/drivers/ata/
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()
Dahci.h98 HOST_CAP_SSS = BIT(27), /* Staggered Spin-up */ enumerator
Dacard-ahci.c415 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in acard_ahci_init_one()
Dahci_imx.c1156 if (!(reg_val & HOST_CAP_SSS)) { in imx_ahci_probe()
1157 reg_val |= HOST_CAP_SSS; in imx_ahci_probe()
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()
2657 cap & HOST_CAP_SSS ? "stag " : "", in ahci_print_info()
Dsata_highbank.c533 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_highbank_probe()
Dahci.c1905 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_init_one()