ahci_ignore_sss   421 drivers/ata/acard-ahci.c 	if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss)
ahci_ignore_sss  1816 drivers/ata/ahci.c 	if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss)
ahci_ignore_sss   373 drivers/ata/ahci.h extern int ahci_ignore_sss;
ahci_ignore_sss    36 drivers/ata/libahci.c int ahci_ignore_sss;
ahci_ignore_sss    37 drivers/ata/libahci.c EXPORT_SYMBOL_GPL(ahci_ignore_sss);
ahci_ignore_sss    42 drivers/ata/libahci.c module_param_named(ignore_sss, ahci_ignore_sss, int, 0444);
ahci_ignore_sss   619 drivers/ata/libahci_platform.c 	if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss)
ahci_ignore_sss   533 drivers/ata/sata_highbank.c 	if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss)