Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dath79.h23 ATH79_SOC_AR7241, enumerator
52 ath79_soc == ATH79_SOC_AR7241 || in soc_is_ar724x()
63 return (ath79_soc == ATH79_SOC_AR7241); in soc_is_ar7241()
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/
H A Dath79.h23 ATH79_SOC_AR7241, enumerator
49 gd->arch.soc == ATH79_SOC_AR7241 || in soc_is_ar724x()
60 return gd->arch.soc == ATH79_SOC_AR7241; in soc_is_ar7241()
/openbmc/u-boot/arch/mips/mach-ath79/
H A Dcpu.c28 {ATH79_SOC_AR7241, "7241", REV_ID_MAJOR_AR7241, 0},
/openbmc/linux/arch/mips/ath79/
H A Dsetup.c85 ath79_soc = ATH79_SOC_AR7241; in ath79_detect_sys_type()