Searched refs:soc_type_strings (Results 1 – 1 of 1) sorted by relevance
55 static const char * const soc_type_strings[] = { variable68 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()