Searched refs:soc_is_ar913x (Results 1 – 8 of 8) sorted by relevance
69 else if (soc_is_ar913x()) in ath79_device_reset_set()97 else if (soc_is_ar913x()) in ath79_device_reset_clear()
146 soc_is_ar913x() || in ath79_gpio_get_function_reg()191 else if (soc_is_ar913x()) in ath79_gpio_init()
104 if (soc_is_ar71xx() || soc_is_ar913x()) in ath79_misc_irq_init()346 } else if (soc_is_ar913x()) { in arch_init_irq()
85 soc_is_ar913x() || in ath79_register_uart()
139 if (soc_is_ar913x()) in ath79_register_wmac()
232 else if (soc_is_ar913x()) in ath79_register_usb()
444 else if (soc_is_ar913x()) in ath79_clocks_init()
71 static inline int soc_is_ar913x(void) in soc_is_ar913x() function