Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dath79.h27 ATH79_SOC_AR9330, enumerator
79 return (ath79_soc == ATH79_SOC_AR9330 || in soc_is_ar933x()
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/
H A Dath79.h27 ATH79_SOC_AR9330, enumerator
76 return gd->arch.soc == ATH79_SOC_AR9330 || in soc_is_ar933x()
/openbmc/u-boot/arch/mips/mach-ath79/
H A Dcpu.c34 {ATH79_SOC_AR9330, "9330", REV_ID_MAJOR_AR9330, 0},
/openbmc/linux/arch/mips/ath79/
H A Dsetup.c114 ath79_soc = ATH79_SOC_AR9330; in ath79_detect_sys_type()