Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ata/
Dahci_imx.c612 if (!(reg_val & HOST_CAP_SSS)) { in imx_ahci_probe()
613 reg_val |= HOST_CAP_SSS; in imx_ahci_probe()
Dahci.h113 HOST_CAP_SSS = (1 << 27), /* Staggered Spin-up */ enumerator
Dacard-ahci.c469 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in acard_ahci_init_one()
Dlibahci_platform.c549 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_platform_init_host()
Dsata_highbank.c547 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_highbank_probe()
Dlibahci.c674 if (hpriv->cap & HOST_CAP_SSS) { in ahci_power_up()
753 if (!(hpriv->cap & HOST_CAP_SSS)) in ahci_power_down()
2434 cap & HOST_CAP_SSS ? "stag " : "", in ahci_print_info()
Dahci.c1610 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_init_one()