Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c123 mtkswitch_reset(struct mtkswitch_softc *sc) in mtkswitch_reset() function
506 sc->hal.mtkswitch_reset = mtkswitch_reset; in mtk_attach_switch_rt3050()
H A Dmtkswitch_mt7620.c190 mtkswitch_reset(struct mtkswitch_softc *sc) in mtkswitch_reset() function
545 sc->hal.mtkswitch_reset = mtkswitch_reset; in mtk_attach_switch_mt7620()
H A Dmtkswitchvar.h77 int (* mtkswitch_reset) (struct mtkswitch_softc *); member
H A Dmtkswitch.c208 if (sc->hal.mtkswitch_reset(sc)) { in mtkswitch_attach()