soc_type_strings   55 arch/mips/ath25/devices.c static const char * const soc_type_strings[] = {
soc_type_strings   68 arch/mips/ath25/devices.c 	if ((ath25_soc >= ARRAY_SIZE(soc_type_strings)) ||
soc_type_strings   69 arch/mips/ath25/devices.c 	    !soc_type_strings[ath25_soc])
soc_type_strings   70 arch/mips/ath25/devices.c 		return soc_type_strings[ATH25_SOC_UNKNOWN];
soc_type_strings   71 arch/mips/ath25/devices.c 	return soc_type_strings[ath25_soc];