Home
last modified time | relevance | path

Searched refs:soc_is_ar913x (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/mips/ath79/
Dcommon.c65 else if (soc_is_ar913x()) in ath79_device_reset_set()
87 else if (soc_is_ar913x()) in ath79_device_reset_clear()
Dirq.c118 if (soc_is_ar71xx() || soc_is_ar913x()) in ath79_misc_irq_init()
174 } else if (soc_is_ar913x()) { in arch_init_irq()
Dgpio.c154 else if (soc_is_ar913x()) in ath79_gpio_init()
Dclock.c119 else if (soc_is_ar913x()) in ath79_clocks_init()
/linux-2.6.39/arch/mips/include/asm/mach-ath79/
Dath79.h63 static inline int soc_is_ar913x(void) in soc_is_ar913x() function