ath79_sys_type     36 arch/mips/ath79/setup.c static char ath79_sys_type[ATH79_SYS_TYPE_LEN];
ath79_sys_type    196 arch/mips/ath79/setup.c 		sprintf(ath79_sys_type, "Qualcomm Atheros QCA%s ver %u rev %u",
ath79_sys_type    199 arch/mips/ath79/setup.c 		sprintf(ath79_sys_type, "Qualcomm Atheros TP%s rev %u",
ath79_sys_type    202 arch/mips/ath79/setup.c 		sprintf(ath79_sys_type, "Atheros AR%s rev %u", chip, rev);
ath79_sys_type    203 arch/mips/ath79/setup.c 	pr_info("SoC: %s\n", ath79_sys_type);
ath79_sys_type    208 arch/mips/ath79/setup.c 	return ath79_sys_type;