Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dath79.h24 ATH79_SOC_AR7242, enumerator
53 ath79_soc == ATH79_SOC_AR7242); in soc_is_ar724x()
68 return (ath79_soc == ATH79_SOC_AR7242); in soc_is_ar7242()
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/
H A Dath79.h24 ATH79_SOC_AR7242, enumerator
50 gd->arch.soc == ATH79_SOC_AR7242; in soc_is_ar724x()
65 return gd->arch.soc == ATH79_SOC_AR7242; in soc_is_ar7242()
/openbmc/u-boot/arch/mips/mach-ath79/
H A Dcpu.c29 {ATH79_SOC_AR7242, "7242", REV_ID_MAJOR_AR7242, 0},
/openbmc/linux/arch/mips/ath79/
H A Dsetup.c91 ath79_soc = ATH79_SOC_AR7242; in ath79_detect_sys_type()