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

/linux-master/arch/mips/ath25/
H A Ddevices.c14 enum ath25_soc_type ath25_soc = ATH25_SOC_UNKNOWN; variable in typeref:enum:ath25_soc_type
68 if ((ath25_soc >= ARRAY_SIZE(soc_type_strings)) ||
69 !soc_type_strings[ath25_soc])
71 return soc_type_strings[ath25_soc];
H A Ddevices.h26 extern enum ath25_soc_type ath25_soc;
H A Dar2315.c279 ath25_soc = ATH25_SOC_AR2318;
282 ath25_soc = ATH25_SOC_AR2317;
285 ath25_soc = ATH25_SOC_AR2316;
289 ath25_soc = ATH25_SOC_AR2315;
335 if (ath25_soc == ATH25_SOC_AR2315) {
H A Dar5312.c235 ath25_soc = ATH25_SOC_AR2313;
239 ath25_soc = ATH25_SOC_AR2312;
243 ath25_soc = ATH25_SOC_AR5312;
247 switch (ath25_soc) {

Completed in 173 milliseconds