Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c2749 int ana, anlpa, cap, cr, slnk, sr; in dc21140m_autoconf() local
2828 anlpa = mii_rd(MII_ANLPA, lp->phy[lp->active].addr, DE4X5_MII); in dc21140m_autoconf()
2830 if (!(anlpa & MII_ANLPA_RF) && in dc21140m_autoconf()
2831 (cap = anlpa & MII_ANLPA_TAF & ana)) { in dc21140m_autoconf()
2833 lp->fdx = (ana & anlpa & MII_ANA_FDAM & MII_ANA_100M) != 0; in dc21140m_autoconf()
2836 lp->fdx = (ana & anlpa & MII_ANA_FDAM & MII_ANA_10M) != 0; in dc21140m_autoconf()
2934 s32 cr, anlpa, ana, cap, irqs, irq_mask, imr, omr, slnk, sr, sts; in dc2114x_autoconf() local
3012 anlpa = mii_rd(MII_ANLPA, lp->phy[lp->active].addr, DE4X5_MII); in dc2114x_autoconf()
3014 if (!(anlpa & MII_ANLPA_RF) && in dc2114x_autoconf()
3015 (cap = anlpa & MII_ANLPA_TAF & ana)) { in dc2114x_autoconf()
[all …]