Home
last modified time | relevance | path

Searched refs:MTK_SWITCH_MT7620 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_mt7620.c359 if (sc->sc_switchtype == MTK_SWITCH_MT7620) { in mtkswitch_vlan_init_hw()
368 if (sc->sc_switchtype == MTK_SWITCH_MT7620) { in mtkswitch_vlan_init_hw()
410 if (sc->sc_switchtype == MTK_SWITCH_MT7620) { in mtkswitch_vlan_getvgroup()
463 if (sc->sc_switchtype == MTK_SWITCH_MT7620) { in mtkswitch_vlan_setvgroup()
H A Dmtkswitchvar.h35 MTK_SWITCH_MT7620, enumerator
H A Dmtkswitch.c78 { "mediatek,mt7620-gsw", MTK_SWITCH_MT7620 },
190 if (sc->sc_switchtype == MTK_SWITCH_MT7620 || in mtkswitch_attach()