Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ata/
Dlibahci_platform.c416 hpriv->saved_cap &= (HOST_CAP_SSS | HOST_CAP_MPS); in ahci_platform_get_firmware()
725 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.c417 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.c467 cap = (cap & ~(HOST_CAP_SSS | HOST_CAP_MPS)) | hpriv->saved_cap; in ahci_save_initial_config()
796 if (hpriv->cap & HOST_CAP_SSS) { in ahci_power_up()
885 if (!(hpriv->cap & HOST_CAP_SSS)) in ahci_power_down()
2539 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.c1880 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_init_one()