Home
last modified time | relevance | path

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

/linux/arch/mips/ath79/
H A 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/arch/mips/include/asm/mach-ath79/
H A Dath79.h71 static inline int soc_is_ar913x(void) in soc_is_ar913x() function