Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-ralink/
H A Drt305x.h16 static inline int soc_is_rt3050(void) in soc_is_rt3050() function
28 return soc_is_rt3050() || soc_is_rt3052(); in soc_is_rt305x()
/openbmc/linux/arch/mips/ralink/
H A Drt305x.c155 if (soc_is_rt3050()) in rt305x_get_soc_id_name()