Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c943 const char *scc_s; in ahci_pci_print_info() local
947 scc_s = "IDE"; in ahci_pci_print_info()
949 scc_s = "SATA"; in ahci_pci_print_info()
951 scc_s = "RAID"; in ahci_pci_print_info()
953 scc_s = "unknown"; in ahci_pci_print_info()
955 ahci_print_info(host, scc_s); in ahci_pci_print_info()
H A Dahci.h423 void ahci_print_info(struct ata_host *host, const char *scc_s);
H A Dsata_mv.c4337 const char *scc_s, *gen; in mv_print_info() local
4344 scc_s = "SCSI"; in mv_print_info()
4346 scc_s = "RAID"; in mv_print_info()
4348 scc_s = "?"; in mv_print_info()
4361 scc_s, (MV_HP_FLAG_MSI & hpriv->hp_flags) ? "MSI" : "INTx"); in mv_print_info()
H A Dlibahci.c2442 void ahci_print_info(struct ata_host *host, const char *scc_s) in ahci_print_info() argument
2477 scc_s); in ahci_print_info()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dahci.c361 const char *scc_s; in ahci_print_info() local
379 scc_s = "SATA"; in ahci_print_info()
387 scc_s = "IDE"; in ahci_print_info()
389 scc_s = "SATA"; in ahci_print_info()
391 scc_s = "RAID"; in ahci_print_info()
393 scc_s = "unknown"; in ahci_print_info()
401 ((cap >> 8) & 0x1f) + 1, (cap & 0x1f) + 1, speed_s, impl, scc_s); in ahci_print_info()
H A Ddwc_ahsata.c275 const char *scc_s; in ahci_print_info() local
290 scc_s = "SATA"; in ahci_print_info()
302 scc_s); in ahci_print_info()