Searched refs:ath79_soc (Results 1 – 3 of 3) sorted by relevance
42 extern enum ath79_soc_type ath79_soc;47 return (ath79_soc == ATH79_SOC_AR7130 || in soc_is_ar71xx()48 ath79_soc == ATH79_SOC_AR7141 || in soc_is_ar71xx()49 ath79_soc == ATH79_SOC_AR7161); in soc_is_ar71xx()54 return (ath79_soc == ATH79_SOC_AR7240 || in soc_is_ar724x()55 ath79_soc == ATH79_SOC_AR7241 || in soc_is_ar724x()56 ath79_soc == ATH79_SOC_AR7242); in soc_is_ar724x()61 return (ath79_soc == ATH79_SOC_AR7240); in soc_is_ar7240()66 return (ath79_soc == ATH79_SOC_AR7241); in soc_is_ar7241()71 return (ath79_soc == ATH79_SOC_AR7242); in soc_is_ar7242()[all …]
75 ath79_soc = ATH79_SOC_AR7130; in ath79_detect_sys_type()80 ath79_soc = ATH79_SOC_AR7141; in ath79_detect_sys_type()85 ath79_soc = ATH79_SOC_AR7161; in ath79_detect_sys_type()92 ath79_soc = ATH79_SOC_AR7240; in ath79_detect_sys_type()98 ath79_soc = ATH79_SOC_AR7241; in ath79_detect_sys_type()104 ath79_soc = ATH79_SOC_AR7242; in ath79_detect_sys_type()115 ath79_soc = ATH79_SOC_AR9130; in ath79_detect_sys_type()120 ath79_soc = ATH79_SOC_AR9132; in ath79_detect_sys_type()127 ath79_soc = ATH79_SOC_AR9330; in ath79_detect_sys_type()133 ath79_soc = ATH79_SOC_AR9331; in ath79_detect_sys_type()[all …]
35 enum ath79_soc_type ath79_soc; variable