Searched refs:test_mii_reg (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 932 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() 3316 next_tick = test_mii_reg(dev, MII_CR, MII_CR_RST, false, 500); in de4x5_reset_phy() 3446 test_mii_reg(struct net_device *dev, int reg, int mask, bool pol, long msec) in test_mii_reg() function
|