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

/freebsd-13-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitchvar.h79 int (* mtkswitch_reset) (struct mtkswitch_softc *); member in struct:mtkswitch_softc::__anon12087
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
508 sc->hal.mtkswitch_reset = mtkswitch_reset;
H A Dmtkswitch.c210 if (sc->hal.mtkswitch_reset(sc)) {
211 DPRINTF(dev, "%s: mtkswitch_reset: failed\n", __func__);

Completed in 110 milliseconds