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

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

Completed in 155 milliseconds