Home
last modified time | relevance | path

Searched refs:ath79_soc (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/mips/include/asm/mach-ath79/
Dath79.h32 extern enum ath79_soc_type ath79_soc;
36 return (ath79_soc == ATH79_SOC_AR7130 || in soc_is_ar71xx()
37 ath79_soc == ATH79_SOC_AR7141 || in soc_is_ar71xx()
38 ath79_soc == ATH79_SOC_AR7161); in soc_is_ar71xx()
43 return (ath79_soc == ATH79_SOC_AR7240 || in soc_is_ar724x()
44 ath79_soc == ATH79_SOC_AR7241 || in soc_is_ar724x()
45 ath79_soc == ATH79_SOC_AR7242); in soc_is_ar724x()
50 return (ath79_soc == ATH79_SOC_AR7240); in soc_is_ar7240()
55 return (ath79_soc == ATH79_SOC_AR7241); in soc_is_ar7241()
60 return (ath79_soc == ATH79_SOC_AR7242); in soc_is_ar7242()
[all …]
/linux-2.6.39/arch/mips/ath79/
Dsetup.c85 ath79_soc = ATH79_SOC_AR7130; in ath79_detect_sys_type()
90 ath79_soc = ATH79_SOC_AR7141; in ath79_detect_sys_type()
95 ath79_soc = ATH79_SOC_AR7161; in ath79_detect_sys_type()
102 ath79_soc = ATH79_SOC_AR7240; in ath79_detect_sys_type()
108 ath79_soc = ATH79_SOC_AR7241; in ath79_detect_sys_type()
114 ath79_soc = ATH79_SOC_AR7242; in ath79_detect_sys_type()
125 ath79_soc = ATH79_SOC_AR9130; in ath79_detect_sys_type()
130 ath79_soc = ATH79_SOC_AR9132; in ath79_detect_sys_type()
Dcommon.c32 enum ath79_soc_type ath79_soc; variable