Searched refs:HOST_CAP_SSS (Results 1 – 7 of 7) sorted by relevance
425 hpriv->saved_cap &= (HOST_CAP_SSS | HOST_CAP_MPS); in ahci_platform_get_firmware()743 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_platform_init_host()
949 if (!(reg_val & HOST_CAP_SSS)) { in imx_ahci_probe()950 reg_val |= HOST_CAP_SSS; in imx_ahci_probe()
417 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in acard_ahci_init_one()
98 HOST_CAP_SSS = BIT(27), /* Staggered Spin-up */ enumerator
470 cap = (cap & ~(HOST_CAP_SSS | HOST_CAP_MPS)) | hpriv->saved_cap; in ahci_save_initial_config()800 if (hpriv->cap & HOST_CAP_SSS) { in ahci_power_up()889 if (!(hpriv->cap & HOST_CAP_SSS)) in ahci_power_down()2654 cap & HOST_CAP_SSS ? "stag " : "", in ahci_print_info()
534 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_highbank_probe()
2046 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_init_one()
Completed in 23 milliseconds