Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c160 mtkswitch_port_init(struct mtkswitch_softc *sc, int port) in mtkswitch_port_init() function
509 sc->hal.mtkswitch_port_init = mtkswitch_port_init; in mtk_attach_switch_rt3050()
H A Dmtkswitch_mt7620.c220 mtkswitch_port_init(struct mtkswitch_softc *sc, int port) in mtkswitch_port_init() function
548 sc->hal.mtkswitch_port_init = mtkswitch_port_init; in mtk_attach_switch_mt7620()
H A Dmtkswitchvar.h82 void (* mtkswitch_port_init) (struct mtkswitch_softc *, int); member
H A Dmtkswitch.c219 sc->hal.mtkswitch_port_init(sc, port); in mtkswitch_attach()