Searched refs:mtk_soc_socid (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/mips/mediatek/
H A Dmtk_soc.c50 static uint32_t mtk_soc_socid = MTK_SOC_UNKNOWN; variable
277 mtk_soc_socid = compat_data[i].ocd_data;
282 if (mtk_soc_socid == MTK_SOC_UNKNOWN) {
288 if (mtk_soc_socid == MTK_SOC_RT2880)
290 else if (mtk_soc_socid == MTK_SOC_MT7621)
299 switch (mtk_soc_socid) {
335 if (mtk_soc_socid == MTK_SOC_MT7621) {
359 switch (mtk_soc_socid) {
417 return mtk_soc_socid;

Completed in 58 milliseconds