Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c57 mtkswitch_reg_read(device_t dev, int reg) in mtkswitch_reg_read() function
521 sc->hal.mtkswitch_reg_read = mtkswitch_reg_read; in mtk_attach_switch_rt3050()
H A Dmtkswitch_mt7620.c159 mtkswitch_reg_read(device_t dev, int reg) in mtkswitch_reg_read() function
560 sc->hal.mtkswitch_reg_read = mtkswitch_reg_read; in mtk_attach_switch_mt7620()
H A Dmtkswitchvar.h109 int (* mtkswitch_reg_read) (device_t, int); member
H A Dmtkswitch.c607 return (sc->hal.mtkswitch_reg_read(dev, addr)); in mtkswitch_readreg()