Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/ath79/
H A Dsetup.c35 static char ath79_sys_type[ATH79_SYS_TYPE_LEN]; variable
191 sprintf(ath79_sys_type, "Qualcomm Atheros QCA%s ver %u rev %u", in ath79_detect_sys_type()
194 sprintf(ath79_sys_type, "Qualcomm Atheros TP%s rev %u", in ath79_detect_sys_type()
197 sprintf(ath79_sys_type, "Atheros AR%s rev %u", chip, rev); in ath79_detect_sys_type()
198 pr_info("SoC: %s\n", ath79_sys_type); in ath79_detect_sys_type()
203 return ath79_sys_type; in get_system_type()