Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c90 mtkswitch_phy_read(device_t dev, int phy, int reg) in mtkswitch_phy_read() function
519 sc->hal.mtkswitch_phy_read = mtkswitch_phy_read; in mtk_attach_switch_rt3050()
H A Dmtkswitch_mt7620.c70 mtkswitch_phy_read(device_t dev, int phy, int reg) in mtkswitch_phy_read() function
558 sc->hal.mtkswitch_phy_read = mtkswitch_phy_read; in mtk_attach_switch_mt7620()
H A Dmtkswitchvar.h105 int (* mtkswitch_phy_read) (device_t, int, int); member
H A Dmtkswitch.c599 return (sc->hal.mtkswitch_phy_read(dev, phy, reg)); in mtkswitch_readphy()