scc_s             167 drivers/ata/acard-ahci.c 	const char *scc_s;
scc_s             171 drivers/ata/acard-ahci.c 		scc_s = "IDE";
scc_s             173 drivers/ata/acard-ahci.c 		scc_s = "SATA";
scc_s             175 drivers/ata/acard-ahci.c 		scc_s = "RAID";
scc_s             177 drivers/ata/acard-ahci.c 		scc_s = "unknown";
scc_s             179 drivers/ata/acard-ahci.c 	ahci_print_info(host, scc_s);
scc_s             918 drivers/ata/ahci.c 	const char *scc_s;
scc_s             922 drivers/ata/ahci.c 		scc_s = "IDE";
scc_s             924 drivers/ata/ahci.c 		scc_s = "SATA";
scc_s             926 drivers/ata/ahci.c 		scc_s = "RAID";
scc_s             928 drivers/ata/ahci.c 		scc_s = "unknown";
scc_s             930 drivers/ata/ahci.c 	ahci_print_info(host, scc_s);
scc_s             419 drivers/ata/ahci.h void ahci_print_info(struct ata_host *host, const char *scc_s);
scc_s            2435 drivers/ata/libahci.c void ahci_print_info(struct ata_host *host, const char *scc_s)
scc_s            2470 drivers/ata/libahci.c 		scc_s);
scc_s            4331 drivers/ata/sata_mv.c 	const char *scc_s, *gen;
scc_s            4338 drivers/ata/sata_mv.c 		scc_s = "SCSI";
scc_s            4340 drivers/ata/sata_mv.c 		scc_s = "RAID";
scc_s            4342 drivers/ata/sata_mv.c 		scc_s = "?";
scc_s            4355 drivers/ata/sata_mv.c 		 scc_s, (MV_HP_FLAG_MSI & hpriv->hp_flags) ? "MSI" : "INTx");