Searched refs:ip17x_readphy (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/etherswitch/ip17x/
H A Dip17x_phy.h34 int ip17x_readphy(device_t, int, int);
H A Dip17x_phy.c54 ip17x_readphy(device_t dev, int phy, int reg) function
100 val = ip17x_readphy(dev, phy, reg);
H A Dip17x.c581 DEVMETHOD(miibus_readreg, ip17x_readphy),
586 DEVMETHOD(mdio_readreg, ip17x_readphy),
595 DEVMETHOD(etherswitch_readphyreg, ip17x_readphy),
H A Dip175c.c69 data = ip17x_readphy(sc->sc_dev, IP175C_MODE_PHY, IP175C_MODE_REG);

Completed in 201 milliseconds