Home
last modified time | relevance | path

Searched refs:soc_is_ar724x (Results 1 – 6 of 6) sorted by relevance

/arch/mips/ath79/
Dcommon.c98 else if (soc_is_ar724x()) in ath79_device_reset_set()
126 else if (soc_is_ar724x()) in ath79_device_reset_clear()
Dpci.c77 } else if (soc_is_ar724x() || in pcibios_map_irq()
221 } else if (soc_is_ar724x()) { in ath79_register_pci()
Dirq.c105 else if (soc_is_ar724x() || in ath79_misc_irq_init()
361 if (soc_is_ar71xx() || soc_is_ar724x() || in arch_init_irq()
Ddev-common.c85 soc_is_ar724x() || in ath79_register_uart()
Dclock.c446 else if (soc_is_ar724x()) in ath79_clocks_init()
/arch/mips/include/asm/mach-ath79/
Dath79.h49 static inline int soc_is_ar724x(void) in soc_is_ar724x() function