Home
last modified time | relevance | path

Searched refs:soc_is_ar913x (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/mips/ath79/
Dcommon.c46 if (soc_is_ar913x() || soc_is_ar724x() || soc_is_ar933x()) { in ath79_ddr_ctrl_init()
97 else if (soc_is_ar913x()) in ath79_device_reset_set()
129 else if (soc_is_ar913x()) in ath79_device_reset_clear()
/linux-6.1.9/arch/mips/include/asm/mach-ath79/
Dath79.h71 static inline int soc_is_ar913x(void) in soc_is_ar913x() function