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

/linux-4.4.14/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.4.14/arch/mips/ath79/
H A Dsetup.c77 ath79_soc = ATH79_SOC_AR7130; ath79_detect_sys_type()
82 ath79_soc = ATH79_SOC_AR7141; ath79_detect_sys_type()
87 ath79_soc = ATH79_SOC_AR7161; ath79_detect_sys_type()
94 ath79_soc = ATH79_SOC_AR7240; ath79_detect_sys_type()
100 ath79_soc = ATH79_SOC_AR7241; ath79_detect_sys_type()
106 ath79_soc = ATH79_SOC_AR7242; ath79_detect_sys_type()
117 ath79_soc = ATH79_SOC_AR9130; ath79_detect_sys_type()
122 ath79_soc = ATH79_SOC_AR9132; ath79_detect_sys_type()
129 ath79_soc = ATH79_SOC_AR9330; ath79_detect_sys_type()
135 ath79_soc = ATH79_SOC_AR9331; ath79_detect_sys_type()
141 ath79_soc = ATH79_SOC_AR9341; ath79_detect_sys_type()
147 ath79_soc = ATH79_SOC_AR9342; ath79_detect_sys_type()
153 ath79_soc = ATH79_SOC_AR9344; ath79_detect_sys_type()
159 ath79_soc = ATH79_SOC_QCA9556; ath79_detect_sys_type()
165 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 110 milliseconds