Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mediatek/
H A Dmtk_machdep.c152 if (mtk_soc_get_socid() == MTK_SOC_RT2880) { in mips_init()
162 } else if (mtk_soc_get_socid() == MTK_SOC_MT7621) { in mips_init()
H A Dmtk_soc.h129 extern uint32_t mtk_soc_get_socid(void);
H A Dmtk_pinctrl.c169 socid = mtk_soc_get_socid(); in mtk_pinctrl_configure()
H A Dmtk_soc.c445 mtk_soc_get_socid(void) in mtk_soc_get_socid() function