Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h98 HOST_CAP_SSS = (1 << 27), /* Staggered Spin-up */ enumerator
H A Dacard-ahci.c421 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in acard_ahci_init_one()
H A Dahci_imx.c1151 if (!(reg_val & HOST_CAP_SSS)) { in imx_ahci_probe()
1152 reg_val |= HOST_CAP_SSS; in imx_ahci_probe()
H A Dlibahci_platform.c628 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_platform_init_host()
H A Dsata_highbank.c535 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_highbank_probe()
H A Dlibahci.c740 if (hpriv->cap & HOST_CAP_SSS) { in ahci_power_up()
829 if (!(hpriv->cap & HOST_CAP_SSS)) in ahci_power_down()
2491 cap & HOST_CAP_SSS ? "stag " : "", in ahci_print_info()
H A Dahci.c1866 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_init_one()