Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c136 mtkswitch_hw_setup(struct mtkswitch_softc *sc) in mtkswitch_hw_setup() function
507 sc->hal.mtkswitch_hw_setup = mtkswitch_hw_setup; in mtk_attach_switch_rt3050()
H A Dmtkswitch_mt7620.c198 mtkswitch_hw_setup(struct mtkswitch_softc *sc) in mtkswitch_hw_setup() function
546 sc->hal.mtkswitch_hw_setup = mtkswitch_hw_setup; in mtk_attach_switch_mt7620()
H A Dmtkswitchvar.h78 int (* mtkswitch_hw_setup) (struct mtkswitch_softc *); member
H A Dmtkswitch.c213 err = sc->hal.mtkswitch_hw_setup(sc); in mtkswitch_attach()