Searched refs:ath79_sys_type (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/ath79/ |
H A D | setup.c | 35 static char ath79_sys_type[ATH79_SYS_TYPE_LEN]; variable 194 sprintf(ath79_sys_type, "Qualcomm Atheros QCA%s ver %u rev %u", in ath79_detect_sys_type() 197 sprintf(ath79_sys_type, "Qualcomm Atheros TP%s rev %u", in ath79_detect_sys_type() 200 sprintf(ath79_sys_type, "Atheros AR%s rev %u", chip, rev); in ath79_detect_sys_type() 201 pr_info("SoC: %s\n", ath79_sys_type); in ath79_detect_sys_type() 206 return ath79_sys_type; in get_system_type()
|
/kernel/linux/linux-6.6/arch/mips/ath79/ |
H A D | setup.c | 35 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()
|
Completed in 1 milliseconds