ath79_soc          32 arch/mips/ath79/common.c enum ath79_soc_type ath79_soc;
ath79_soc          72 arch/mips/ath79/setup.c 			ath79_soc = ATH79_SOC_AR7130;
ath79_soc          77 arch/mips/ath79/setup.c 			ath79_soc = ATH79_SOC_AR7141;
ath79_soc          82 arch/mips/ath79/setup.c 			ath79_soc = ATH79_SOC_AR7161;
ath79_soc          89 arch/mips/ath79/setup.c 		ath79_soc = ATH79_SOC_AR7240;
ath79_soc          95 arch/mips/ath79/setup.c 		ath79_soc = ATH79_SOC_AR7241;
ath79_soc         101 arch/mips/ath79/setup.c 		ath79_soc = ATH79_SOC_AR7242;
ath79_soc         112 arch/mips/ath79/setup.c 			ath79_soc = ATH79_SOC_AR9130;
ath79_soc         117 arch/mips/ath79/setup.c 			ath79_soc = ATH79_SOC_AR9132;
ath79_soc         124 arch/mips/ath79/setup.c 		ath79_soc = ATH79_SOC_AR9330;
ath79_soc         130 arch/mips/ath79/setup.c 		ath79_soc = ATH79_SOC_AR9331;
ath79_soc         136 arch/mips/ath79/setup.c 		ath79_soc = ATH79_SOC_AR9341;
ath79_soc         142 arch/mips/ath79/setup.c 		ath79_soc = ATH79_SOC_AR9342;
ath79_soc         148 arch/mips/ath79/setup.c 		ath79_soc = ATH79_SOC_AR9344;
ath79_soc         159 arch/mips/ath79/setup.c 		ath79_soc = ATH79_SOC_QCA9533;
ath79_soc         165 arch/mips/ath79/setup.c 		ath79_soc = ATH79_SOC_QCA9556;
ath79_soc         171 arch/mips/ath79/setup.c 		ath79_soc = ATH79_SOC_QCA9558;
ath79_soc         177 arch/mips/ath79/setup.c 		ath79_soc = ATH79_SOC_QCA956X;
ath79_soc         183 arch/mips/ath79/setup.c 		ath79_soc = ATH79_SOC_TP9343;
ath79_soc          39 arch/mips/include/asm/mach-ath79/ath79.h extern enum ath79_soc_type ath79_soc;
ath79_soc          44 arch/mips/include/asm/mach-ath79/ath79.h 	return (ath79_soc == ATH79_SOC_AR7130 ||
ath79_soc          45 arch/mips/include/asm/mach-ath79/ath79.h 		ath79_soc == ATH79_SOC_AR7141 ||
ath79_soc          46 arch/mips/include/asm/mach-ath79/ath79.h 		ath79_soc == ATH79_SOC_AR7161);
ath79_soc          51 arch/mips/include/asm/mach-ath79/ath79.h 	return (ath79_soc == ATH79_SOC_AR7240 ||
ath79_soc          52 arch/mips/include/asm/mach-ath79/ath79.h 		ath79_soc == ATH79_SOC_AR7241 ||
ath79_soc          53 arch/mips/include/asm/mach-ath79/ath79.h 		ath79_soc == ATH79_SOC_AR7242);
ath79_soc          58 arch/mips/include/asm/mach-ath79/ath79.h 	return (ath79_soc == ATH79_SOC_AR7240);
ath79_soc          63 arch/mips/include/asm/mach-ath79/ath79.h 	return (ath79_soc == ATH79_SOC_AR7241);
ath79_soc          68 arch/mips/include/asm/mach-ath79/ath79.h 	return (ath79_soc == ATH79_SOC_AR7242);
ath79_soc          73 arch/mips/include/asm/mach-ath79/ath79.h 	return (ath79_soc == ATH79_SOC_AR9130 ||
ath79_soc          74 arch/mips/include/asm/mach-ath79/ath79.h 		ath79_soc == ATH79_SOC_AR9132);
ath79_soc          79 arch/mips/include/asm/mach-ath79/ath79.h 	return (ath79_soc == ATH79_SOC_AR9330 ||
ath79_soc          80 arch/mips/include/asm/mach-ath79/ath79.h 		ath79_soc == ATH79_SOC_AR9331);
ath79_soc          85 arch/mips/include/asm/mach-ath79/ath79.h 	return (ath79_soc == ATH79_SOC_AR9341);
ath79_soc          90 arch/mips/include/asm/mach-ath79/ath79.h 	return (ath79_soc == ATH79_SOC_AR9342);
ath79_soc          95 arch/mips/include/asm/mach-ath79/ath79.h 	return (ath79_soc == ATH79_SOC_AR9344);
ath79_soc         105 arch/mips/include/asm/mach-ath79/ath79.h 	return ath79_soc == ATH79_SOC_QCA9533;
ath79_soc         115 arch/mips/include/asm/mach-ath79/ath79.h 	return ath79_soc == ATH79_SOC_QCA9556;
ath79_soc         120 arch/mips/include/asm/mach-ath79/ath79.h 	return ath79_soc == ATH79_SOC_QCA9558;
ath79_soc         130 arch/mips/include/asm/mach-ath79/ath79.h 	return ath79_soc == ATH79_SOC_TP9343;
ath79_soc         135 arch/mips/include/asm/mach-ath79/ath79.h 	return ath79_soc == ATH79_SOC_QCA956X;
ath79_soc         140 arch/mips/include/asm/mach-ath79/ath79.h 	return ath79_soc == ATH79_SOC_QCA956X;