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

/linux-4.1.27/arch/mips/include/asm/mach-ath79/
H A Dath79.h39 extern enum ath79_soc_type ath79_soc;
44 return (ath79_soc == ATH79_SOC_AR7130 || soc_is_ar71xx()
45 ath79_soc == ATH79_SOC_AR7141 || soc_is_ar71xx()
46 ath79_soc == ATH79_SOC_AR7161); soc_is_ar71xx()
51 return (ath79_soc == ATH79_SOC_AR7240 || soc_is_ar724x()
52 ath79_soc == ATH79_SOC_AR7241 || soc_is_ar724x()
53 ath79_soc == ATH79_SOC_AR7242); soc_is_ar724x()
58 return (ath79_soc == ATH79_SOC_AR7240); soc_is_ar7240()
63 return (ath79_soc == ATH79_SOC_AR7241); soc_is_ar7241()
68 return (ath79_soc == ATH79_SOC_AR7242); soc_is_ar7242()
73 return (ath79_soc == ATH79_SOC_AR9130 || soc_is_ar913x()
74 ath79_soc == ATH79_SOC_AR9132); soc_is_ar913x()
79 return (ath79_soc == ATH79_SOC_AR9330 || soc_is_ar933x()
80 ath79_soc == ATH79_SOC_AR9331); soc_is_ar933x()
85 return (ath79_soc == ATH79_SOC_AR9341); soc_is_ar9341()
90 return (ath79_soc == ATH79_SOC_AR9342); soc_is_ar9342()
95 return (ath79_soc == ATH79_SOC_AR9344); soc_is_ar9344()
105 return ath79_soc == ATH79_SOC_QCA9556; soc_is_qca9556()
110 return ath79_soc == ATH79_SOC_QCA9558; soc_is_qca9558()
/linux-4.1.27/arch/mips/ath79/
H A Dsetup.c73 ath79_soc = ATH79_SOC_AR7130; ath79_detect_sys_type()
78 ath79_soc = ATH79_SOC_AR7141; ath79_detect_sys_type()
83 ath79_soc = ATH79_SOC_AR7161; ath79_detect_sys_type()
90 ath79_soc = ATH79_SOC_AR7240; ath79_detect_sys_type()
96 ath79_soc = ATH79_SOC_AR7241; ath79_detect_sys_type()
102 ath79_soc = ATH79_SOC_AR7242; ath79_detect_sys_type()
113 ath79_soc = ATH79_SOC_AR9130; ath79_detect_sys_type()
118 ath79_soc = ATH79_SOC_AR9132; ath79_detect_sys_type()
125 ath79_soc = ATH79_SOC_AR9330; ath79_detect_sys_type()
131 ath79_soc = ATH79_SOC_AR9331; ath79_detect_sys_type()
137 ath79_soc = ATH79_SOC_AR9341; ath79_detect_sys_type()
143 ath79_soc = ATH79_SOC_AR9342; ath79_detect_sys_type()
149 ath79_soc = ATH79_SOC_AR9344; ath79_detect_sys_type()
155 ath79_soc = ATH79_SOC_QCA9556; ath79_detect_sys_type()
161 ath79_soc = ATH79_SOC_QCA9558; ath79_detect_sys_type()
H A Dcommon.c35 enum ath79_soc_type ath79_soc; variable in typeref:enum:ath79_soc_type

Completed in 33 milliseconds