Searched refs:scc_s (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | acard-ahci.c | 167 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 D | ahci.c | 1078 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 D | ahci.h | 433 void ahci_print_info(struct ata_host *host, const char *scc_s);
|
H A D | sata_mv.c | 4330 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 D | libahci.c | 2600 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 D | ahci.c | 367 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 D | dwc_ahsata.c | 274 const char *scc_s; in ahci_print_info() local 289 scc_s = "SATA"; in ahci_print_info() 301 scc_s); in ahci_print_info()
|