Home
last modified time | relevance | path

Searched refs:arswitch_phy_read (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h140 int (* arswitch_phy_read) (device_t, int, int); member
H A Darswitch.c553 sc->hal.arswitch_phy_read = arswitch_readphy_internal; in arswitch_attach()
1257 return (sc->hal.arswitch_phy_read(dev, phy, reg)); in arswitch_readphy()
H A Darswitch_8327.c1303 sc->hal.arswitch_phy_read = arswitch_readphy_external; in ar8327_attach()