ath25_soc         281 arch/mips/ath25/ar2315.c 		ath25_soc = ATH25_SOC_AR2318;
ath25_soc         284 arch/mips/ath25/ar2315.c 		ath25_soc = ATH25_SOC_AR2317;
ath25_soc         287 arch/mips/ath25/ar2315.c 		ath25_soc = ATH25_SOC_AR2316;
ath25_soc         291 arch/mips/ath25/ar2315.c 		ath25_soc = ATH25_SOC_AR2315;
ath25_soc         337 arch/mips/ath25/ar2315.c 	if (ath25_soc == ATH25_SOC_AR2315) {
ath25_soc         238 arch/mips/ath25/ar5312.c 		ath25_soc = ATH25_SOC_AR2313;
ath25_soc         242 arch/mips/ath25/ar5312.c 		ath25_soc = ATH25_SOC_AR2312;
ath25_soc         246 arch/mips/ath25/ar5312.c 		ath25_soc = ATH25_SOC_AR5312;
ath25_soc         250 arch/mips/ath25/ar5312.c 	switch (ath25_soc) {
ath25_soc          14 arch/mips/ath25/devices.c enum ath25_soc_type ath25_soc = ATH25_SOC_UNKNOWN;
ath25_soc          68 arch/mips/ath25/devices.c 	if ((ath25_soc >= ARRAY_SIZE(soc_type_strings)) ||
ath25_soc          69 arch/mips/ath25/devices.c 	    !soc_type_strings[ath25_soc])
ath25_soc          71 arch/mips/ath25/devices.c 	return soc_type_strings[ath25_soc];
ath25_soc          26 arch/mips/ath25/devices.h extern enum ath25_soc_type ath25_soc;