Home
last modified time | relevance | path

Searched refs:scc_s (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/ata/
H A Dacard-ahci.c167 const char *scc_s; in acard_ahci_pci_print_info() local
171 scc_s = "IDE"; in acard_ahci_pci_print_info()
173 scc_s = "SATA"; in acard_ahci_pci_print_info()
175 scc_s = "RAID"; in acard_ahci_pci_print_info()
177 scc_s = "unknown"; in acard_ahci_pci_print_info()
179 ahci_print_info(host, scc_s); in acard_ahci_pci_print_info()
H A Dahci.c1117 const char *scc_s; in ahci_pci_print_info() local
1121 scc_s = "IDE"; in ahci_pci_print_info()
1123 scc_s = "SATA"; in ahci_pci_print_info()
1125 scc_s = "RAID"; in ahci_pci_print_info()
1127 scc_s = "unknown"; in ahci_pci_print_info()
1129 ahci_print_info(host, scc_s); in ahci_pci_print_info()
H A Dahci.h448 void ahci_print_info(struct ata_host *host, const char *scc_s);
H A Dsata_mv.c4333 const char *scc_s, *gen; in mv_print_info() local
4340 scc_s = "SCSI"; in mv_print_info()
4342 scc_s = "RAID"; in mv_print_info()
4344 scc_s = "?"; in mv_print_info()
4357 scc_s, (MV_HP_FLAG_MSI & hpriv->hp_flags) ? "MSI" : "INTx"); in mv_print_info()
H A Dlibahci.c2599 void ahci_print_info(struct ata_host *host, const char *scc_s) in ahci_print_info() argument
2632 scc_s); in ahci_print_info()