Home
last modified time | relevance | path

Searched refs:arswitch_hw_global_setup (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch_8216.c91 sc->hal.arswitch_hw_global_setup = ar8216_hw_global_setup; in ar8216_attach()
H A Darswitch_8226.c91 sc->hal.arswitch_hw_global_setup = ar8226_hw_global_setup; in ar8226_attach()
H A Darswitch_8316.c165 sc->hal.arswitch_hw_global_setup = ar8316_hw_global_setup; in ar8316_attach()
H A Darswitchvar.h95 int (* arswitch_hw_global_setup) (struct arswitch_softc *); member
H A Darswitch_8327.c1270 sc->hal.arswitch_hw_global_setup = ar8327_hw_global_setup; in ar8327_attach()
H A Darswitch.c611 err = sc->hal.arswitch_hw_global_setup(sc); in arswitch_attach()