Symbol: arswitch_readreg
sys/dev/etherswitch/arswitch/arswitch.c
105
id = arswitch_readreg(dev, AR8X16_REG_MASK_CTRL);
sys/dev/etherswitch/arswitch/arswitch.c
1286
DEVMETHOD(etherswitch_readreg, arswitch_readreg),
sys/dev/etherswitch/arswitch/arswitch.c
198
if (arswitch_readreg(dev, AR8X16_REG_MASK_CTRL) &
sys/dev/etherswitch/arswitch/arswitch.c
246
arswitch_readreg(sc->sc_dev, AR8X16_REG_PORT_CTRL(0)) &
sys/dev/etherswitch/arswitch/arswitch.c
253
arswitch_readreg(sc->sc_dev, AR8X16_REG_PORT_CTRL(port)) &
sys/dev/etherswitch/arswitch/arswitch.c
370
val = arswitch_readreg(sc->sc_dev, AR8216_REG_ATU);
sys/dev/etherswitch/arswitch/arswitch.c
378
ret0 = arswitch_readreg(sc->sc_dev, AR8216_REG_ATU);
sys/dev/etherswitch/arswitch/arswitch.c
379
ret1 = arswitch_readreg(sc->sc_dev, AR8216_REG_ATU_DATA);
sys/dev/etherswitch/arswitch/arswitch.c
380
ret2 = arswitch_readreg(sc->sc_dev, AR8216_REG_ATU_CTRL2);
sys/dev/etherswitch/arswitch/arswitch.c
464
ret0 = arswitch_readreg(sc->sc_dev, AR8X16_REG_SW_MAC_ADDR0);
sys/dev/etherswitch/arswitch/arswitch.c
465
ret1 = arswitch_readreg(sc->sc_dev, AR8X16_REG_SW_MAC_ADDR1);
sys/dev/etherswitch/arswitch/arswitch.c
781
portstatus = arswitch_readreg(sc->sc_dev,
sys/dev/etherswitch/arswitch/arswitch.c
784
portstatus = arswitch_readreg(sc->sc_dev,
sys/dev/etherswitch/arswitch/arswitch.c
876
reg = arswitch_readreg(sc->sc_dev, AR8X16_REG_PORT_CTRL(p->es_port));
sys/dev/etherswitch/arswitch/arswitch.c
946
val = arswitch_readreg(dev,
sys/dev/etherswitch/arswitch/arswitch_8327.c
1022
reg = arswitch_readreg(sc->sc_dev, AR8327_REG_PORT_VLAN0(port));
sys/dev/etherswitch/arswitch/arswitch_8327.c
1135
val = arswitch_readreg(sc->sc_dev, AR8327_REG_ATU_FUNC);
sys/dev/etherswitch/arswitch/arswitch_8327.c
1143
ret0 = arswitch_readreg(sc->sc_dev, AR8327_REG_ATU_DATA0);
sys/dev/etherswitch/arswitch/arswitch_8327.c
1144
ret1 = arswitch_readreg(sc->sc_dev, AR8327_REG_ATU_DATA1);
sys/dev/etherswitch/arswitch/arswitch_8327.c
1145
ret2 = arswitch_readreg(sc->sc_dev, AR8327_REG_ATU_DATA2);
sys/dev/etherswitch/arswitch/arswitch_8327.c
1205
reg = arswitch_readreg(sc->sc_dev, AR8327_REG_VTU_FUNC0);
sys/dev/etherswitch/arswitch/arswitch_8327.c
624
pos = arswitch_readreg(sc->sc_dev, AR8327_REG_POWER_ON_STRIP);
sys/dev/etherswitch/arswitch/arswitch_8327.c
742
t = arswitch_readreg(sc->sc_dev, AR8327_REG_EEE_CTRL);
sys/dev/etherswitch/arswitch/arswitch_8327.c
973
reg = arswitch_readreg(sc->sc_dev, AR8327_REG_PORT_LOOKUP(port));
sys/dev/etherswitch/arswitch/arswitch_phy.c
201
ctrl = arswitch_readreg(dev, a);
sys/dev/etherswitch/arswitch/arswitch_reg.h
36
extern int arswitch_readreg(device_t dev, int addr);
sys/dev/etherswitch/arswitch/arswitch_vlans.c
116
reg = arswitch_readreg(sc->sc_dev, AR8X16_REG_VLAN_DATA);
sys/dev/etherswitch/arswitch/arswitch_vlans.c
149
reg = arswitch_readreg(sc->sc_dev, AR8X16_REG_PORT_VLAN(port));
sys/dev/etherswitch/arswitch/arswitch_vlans.c
372
reg = arswitch_readreg(sc->sc_dev, AR8X16_REG_PORT_VLAN(port));