Home
last modified time | relevance | path

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

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