Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/dec/tulip/
Dde4x5.c932 static int test_mii_reg(struct net_device *dev, int reg, int mask, bool pol, long msec);
2806 cr = test_mii_reg(dev, MII_CR, MII_CR_RAN, false, 500); in dc21140m_autoconf()
2821 if ((sr=test_mii_reg(dev, MII_SR, MII_SR_ASSC, true, 2000)) < 0) { in dc21140m_autoconf()
2989 cr = test_mii_reg(dev, MII_CR, MII_CR_RAN, false, 500); in dc2114x_autoconf()
3004 sr = test_mii_reg(dev, MII_SR, MII_SR_ASSC, true, 2000); in dc2114x_autoconf()
3311 next_tick = test_mii_reg(dev, MII_CR, MII_CR_RST, false, 500); in de4x5_reset_phy()
3441 test_mii_reg(struct net_device *dev, int reg, int mask, bool pol, long msec) in test_mii_reg() function