Searched refs:test_mii_reg (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/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); 2805 cr = test_mii_reg(dev, MII_CR, MII_CR_RAN, false, 500); in dc21140m_autoconf() 2820 if ((sr=test_mii_reg(dev, MII_SR, MII_SR_ASSC, true, 2000)) < 0) { in dc21140m_autoconf() 2988 cr = test_mii_reg(dev, MII_CR, MII_CR_RAN, false, 500); in dc2114x_autoconf() 3003 sr = test_mii_reg(dev, MII_SR, MII_SR_ASSC, true, 2000); in dc2114x_autoconf() 3315 next_tick = test_mii_reg(dev, MII_CR, MII_CR_RST, false, 500); in de4x5_reset_phy() 3445 test_mii_reg(struct net_device *dev, int reg, int mask, bool pol, long msec) in test_mii_reg() function
|