Home
last modified time | relevance | path

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

/linux/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()