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

/freebsd-11-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitchvar.h107 int (* mtkswitch_phy_read) (device_t, int, int); member in struct:mtkswitch_softc::__anon10047
H A Dmtkswitch_mt7620.c72 mtkswitch_phy_read(device_t dev, int phy, int reg) function
560 sc->hal.mtkswitch_phy_read = mtkswitch_phy_read;
H A Dmtkswitch_rt3050.c92 mtkswitch_phy_read(device_t dev, int phy, int reg) function
494 sc->hal.mtkswitch_phy_read = mtkswitch_phy_read;
H A Dmtkswitch.c594 return (sc->hal.mtkswitch_phy_read(dev, phy, reg));

Completed in 129 milliseconds