Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/dec/tulip/
Dde4x5.c2748 int ana, anlpa, cap, cr, slnk, sr; in dc21140m_autoconf() local
2827 anlpa = mii_rd(MII_ANLPA, lp->phy[lp->active].addr, DE4X5_MII); in dc21140m_autoconf()
2829 if (!(anlpa & MII_ANLPA_RF) && in dc21140m_autoconf()
2830 (cap = anlpa & MII_ANLPA_TAF & ana)) { in dc21140m_autoconf()
2832 lp->fdx = (ana & anlpa & MII_ANA_FDAM & MII_ANA_100M) != 0; in dc21140m_autoconf()
2835 lp->fdx = (ana & anlpa & MII_ANA_FDAM & MII_ANA_10M) != 0; in dc21140m_autoconf()
2933 s32 cr, anlpa, ana, cap, irqs, irq_mask, imr, omr, slnk, sr, sts; in dc2114x_autoconf() local
3011 anlpa = mii_rd(MII_ANLPA, lp->phy[lp->active].addr, DE4X5_MII); in dc2114x_autoconf()
3013 if (!(anlpa & MII_ANLPA_RF) && in dc2114x_autoconf()
3014 (cap = anlpa & MII_ANLPA_TAF & ana)) { in dc2114x_autoconf()
[all …]