Searched refs:MII_CR_RAN (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/dec/tulip/ |
D | de4x5.h | 475 #define MII_CR_RAN 0x0200 /* Restart Auto Negotiation */ macro
|
D | de4x5.c | 2803 mii_wr(MII_CR_ASSE | MII_CR_RAN, MII_CR, lp->phy[lp->active].addr, DE4X5_MII); in dc21140m_autoconf() 2805 cr = test_mii_reg(dev, MII_CR, MII_CR_RAN, false, 500); in dc21140m_autoconf() 2986 mii_wr(MII_CR_ASSE | MII_CR_RAN, MII_CR, lp->phy[lp->active].addr, DE4X5_MII); in dc2114x_autoconf() 2988 cr = test_mii_reg(dev, MII_CR, MII_CR_RAN, false, 500); in dc2114x_autoconf()
|