Home
last modified time | relevance | path

Searched refs:soc_is_tp9343 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/mips/ath79/
Dcommon.c110 else if (soc_is_qca956x() || soc_is_tp9343()) in ath79_device_reset_set()
142 else if (soc_is_qca956x() || soc_is_tp9343()) in ath79_device_reset_clear()
Dsetup.c201 else if (soc_is_tp9343()) in ath79_detect_sys_type()
Dclock.c646 else if (soc_is_qca956x() || soc_is_tp9343()) in ath79_clocks_init()
/Linux-v4.19/arch/mips/include/asm/mach-ath79/
Dath79.h131 static inline int soc_is_tp9343(void) in soc_is_tp9343() function