Home
last modified time | relevance | path

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

/openbmc/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.c1078 const char *scc_s; in ahci_pci_print_info() local
1082 scc_s = "IDE"; in ahci_pci_print_info()
1084 scc_s = "SATA"; in ahci_pci_print_info()
1086 scc_s = "RAID"; in ahci_pci_print_info()
1088 scc_s = "unknown"; in ahci_pci_print_info()
1090 ahci_print_info(host, scc_s); in ahci_pci_print_info()
H A Dahci.h433 void ahci_print_info(struct ata_host *host, const char *scc_s);
H A Dsata_mv.c4330 const char *scc_s, *gen; in mv_print_info() local
4337 scc_s = "SCSI"; in mv_print_info()
4339 scc_s = "RAID"; in mv_print_info()
4341 scc_s = "?"; in mv_print_info()
4354 scc_s, (MV_HP_FLAG_MSI & hpriv->hp_flags) ? "MSI" : "INTx"); in mv_print_info()
H A Dlibahci.c2600 void ahci_print_info(struct ata_host *host, const char *scc_s) in ahci_print_info() argument
2635 scc_s); in ahci_print_info()
/openbmc/u-boot/drivers/ata/
H A Dahci.c367 const char *scc_s; in ahci_print_info() local
385 scc_s = "SATA"; in ahci_print_info()
393 scc_s = "IDE"; in ahci_print_info()
395 scc_s = "SATA"; in ahci_print_info()
397 scc_s = "RAID"; in ahci_print_info()
399 scc_s = "unknown"; in ahci_print_info()
407 ((cap >> 8) & 0x1f) + 1, (cap & 0x1f) + 1, speed_s, impl, scc_s); in ahci_print_info()
H A Ddwc_ahsata.c274 const char *scc_s; in ahci_print_info() local
289 scc_s = "SATA"; in ahci_print_info()
301 scc_s); in ahci_print_info()