Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dath79.h19 ATH79_SOC_AR7130, enumerator
44 return (ath79_soc == ATH79_SOC_AR7130 || in soc_is_ar71xx()
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/
H A Dath79.h19 ATH79_SOC_AR7130, enumerator
41 return gd->arch.soc == ATH79_SOC_AR7130 || in soc_is_ar71xx()
/openbmc/u-boot/arch/mips/mach-ath79/
H A Dcpu.c21 {ATH79_SOC_AR7130, "7130",
/openbmc/linux/arch/mips/ath79/
H A Dsetup.c62 ath79_soc = ATH79_SOC_AR7130; in ath79_detect_sys_type()