Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ata/
Dahci.h383 extern int ahci_ignore_sss;
Dacard-ahci.c469 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in acard_ahci_init_one()
Dlibahci_platform.c576 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.c52 int ahci_ignore_sss; variable
53 EXPORT_SYMBOL_GPL(ahci_ignore_sss);
58 module_param_named(ignore_sss, ahci_ignore_sss, int, 0444);
Dahci.c1822 if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss) in ahci_init_one()