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

/freebsd-11.0-release/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitchvar.h79 int (* mtkswitch_reset) (struct mtkswitch_softc *); member in struct:mtkswitch_softc::__anon10043
H A Dmtkswitch_mt7620.c192 mtkswitch_reset(struct mtkswitch_softc *sc) function
547 sc->hal.mtkswitch_reset = mtkswitch_reset;
H A Dmtkswitch_rt3050.c125 mtkswitch_reset(struct mtkswitch_softc *sc) function
481 sc->hal.mtkswitch_reset = mtkswitch_reset;
H A Dmtkswitch.c203 if (sc->hal.mtkswitch_reset(sc)) {
204 DPRINTF(dev, "%s: mtkswitch_reset: failed\n", __func__);

Completed in 56 milliseconds