Home
last modified time | relevance | path

Searched refs:ATH79_SOC_AR7240 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dath79.h22 ATH79_SOC_AR7240, enumerator
51 return (ath79_soc == ATH79_SOC_AR7240 || in soc_is_ar724x()
58 return (ath79_soc == ATH79_SOC_AR7240); in soc_is_ar7240()
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/
H A Dath79.h22 ATH79_SOC_AR7240, enumerator
48 return gd->arch.soc == ATH79_SOC_AR7240 || in soc_is_ar724x()
55 return gd->arch.soc == ATH79_SOC_AR7240; in soc_is_ar7240()
/openbmc/u-boot/arch/mips/mach-ath79/
H A Dcpu.c27 {ATH79_SOC_AR7240, "7240", REV_ID_MAJOR_AR7240, 0},
/openbmc/linux/arch/mips/ath79/
H A Dsetup.c79 ath79_soc = ATH79_SOC_AR7240; in ath79_detect_sys_type()