Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-mxc/devices/
Dplatform-ahci-imx.c44 HOST_CAP_SSS = (1 << 27), /* Staggered Spin-up */ enumerator
95 if (!(tmpdata & HOST_CAP_SSS)) { in imx_sata_init()
96 tmpdata |= HOST_CAP_SSS; in imx_sata_init()
/linux-3.4.99/drivers/ata/
Dahci.h108 HOST_CAP_SSS = (1 << 27), /* Staggered Spin-up */ enumerator
Dahci_platform.c160 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_probe()
Dacard-ahci.c468 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in acard_ahci_init_one()
Dlibahci.c654 if (hpriv->cap & HOST_CAP_SSS) { in ahci_power_up()
723 if (!(hpriv->cap & HOST_CAP_SSS)) in ahci_power_down()
2188 cap & HOST_CAP_SSS ? "stag " : "", in ahci_print_info()
Dahci.c1241 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_init_one()