Home
last modified time | relevance | path

Searched refs:soc_type_strings (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/ath25/
H A Ddevices.c55 static const char * const soc_type_strings[] = { variable
68 if ((ath25_soc >= ARRAY_SIZE(soc_type_strings)) || in get_system_type()
69 !soc_type_strings[ath25_soc]) in get_system_type()
70 return soc_type_strings[ATH25_SOC_UNKNOWN]; in get_system_type()
71 return soc_type_strings[ath25_soc]; in get_system_type()
/kernel/linux/linux-6.6/arch/mips/ath25/
H A Ddevices.c55 static const char * const soc_type_strings[] = { variable
68 if ((ath25_soc >= ARRAY_SIZE(soc_type_strings)) || in get_system_type()
69 !soc_type_strings[ath25_soc]) in get_system_type()
70 return soc_type_strings[ATH25_SOC_UNKNOWN]; in get_system_type()
71 return soc_type_strings[ath25_soc]; in get_system_type()

Completed in 2 milliseconds