Home
last modified time | relevance | path

Searched refs:soc_is_qca955x (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/mips/ath79/
Ddev-common.c88 soc_is_qca955x()) { in ath79_register_uart()
151 } else if (soc_is_qca955x()) { in ath79_gpio_init()
Dcommon.c106 else if (soc_is_qca955x()) in ath79_device_reset_set()
134 else if (soc_is_qca955x()) in ath79_device_reset_clear()
Dirq.c108 soc_is_qca955x()) in ath79_misc_irq_init()
374 else if (soc_is_qca955x()) in arch_init_irq()
Ddev-wmac.c145 else if (soc_is_qca955x()) in ath79_register_wmac()
Dsetup.c176 if (soc_is_qca955x()) in ath79_detect_sys_type()
Ddev-usb.c238 else if (soc_is_qca955x()) in ath79_register_usb()
Dpci.c82 } else if (soc_is_qca955x()) { in pcibios_map_irq()
Dclock.c454 else if (soc_is_qca955x()) in ath79_clocks_init()
/linux-4.4.14/arch/mips/include/asm/mach-ath79/
Dath79.h113 static inline int soc_is_qca955x(void) in soc_is_qca955x() function