Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/ath79/
Dirq.c157 soc_is_qca955x()) in arch_init_irq()
167 else if (soc_is_qca955x()) in arch_init_irq()
Ddev-common.c88 soc_is_qca955x()) { in ath79_register_uart()
151 } else if (soc_is_qca955x()) { in ath79_gpio_init()
Dcommon.c108 else if (soc_is_qca955x()) in ath79_device_reset_set()
140 else if (soc_is_qca955x()) in ath79_device_reset_clear()
Ddev-wmac.c145 else if (soc_is_qca955x()) in ath79_register_wmac()
Ddev-usb.c238 else if (soc_is_qca955x()) in ath79_register_usb()
Dpci.c82 } else if (soc_is_qca955x()) { in pcibios_map_irq()
Dsetup.c198 if (soc_is_qca953x() || soc_is_qca955x() || soc_is_qca956x()) in ath79_detect_sys_type()
Dclock.c644 else if (soc_is_qca955x()) in ath79_clocks_init()
/Linux-v4.19/arch/mips/include/asm/mach-ath79/
Dath79.h126 static inline int soc_is_qca955x(void) in soc_is_qca955x() function