Searched refs:mtkswitch_reg_read (Results 1 – 4 of 4) sorted by relevance
57 mtkswitch_reg_read(device_t dev, int reg) in mtkswitch_reg_read() function521 sc->hal.mtkswitch_reg_read = mtkswitch_reg_read; in mtk_attach_switch_rt3050()
159 mtkswitch_reg_read(device_t dev, int reg) in mtkswitch_reg_read() function560 sc->hal.mtkswitch_reg_read = mtkswitch_reg_read; in mtk_attach_switch_mt7620()
109 int (* mtkswitch_reg_read) (device_t, int); member
607 return (sc->hal.mtkswitch_reg_read(dev, addr)); in mtkswitch_readreg()