Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c108 mtkswitch_phy_write(device_t dev, int phy, int reg, int val) in mtkswitch_phy_write() function
520 sc->hal.mtkswitch_phy_write = mtkswitch_phy_write; in mtk_attach_switch_rt3050()
H A Dmtkswitch_mt7620.c100 mtkswitch_phy_write(device_t dev, int phy, int reg, int val) in mtkswitch_phy_write() function
559 sc->hal.mtkswitch_phy_write = mtkswitch_phy_write; in mtk_attach_switch_mt7620()
H A Dmtkswitchvar.h106 int (* mtkswitch_phy_write) (device_t, int, int, int); member
H A Dmtkswitch.c607 return (sc->hal.mtkswitch_phy_write(dev, phy, reg, val)); in mtkswitch_writephy()