Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/cirrus/
Dcs89x0.c140 int auto_neg_cnf; /* auto-negotiation word from EEPROM */ member
608 lp->auto_neg_cnf = AUTO_NEG_ENABLE; in detect_tp()
611 lp->auto_neg_cnf = 0; in detect_tp()
614 lp->auto_neg_cnf = RE_NEG_NOW | ALLOW_FDX; in detect_tp()
618 writereg(dev, PP_AutoNegCTL, lp->auto_neg_cnf & AUTO_NEG_MASK); in detect_tp()
620 if ((lp->auto_neg_cnf & AUTO_NEG_BITS) == AUTO_NEG_ENABLE) { in detect_tp()
979 if (lp->auto_neg_cnf & IMM_BIT) /* check "ignore missing media" bit */ in net_open()
987 if (lp->auto_neg_cnf & IMM_BIT) /* check "ignore missing media" bit */ in net_open()
995 if (lp->auto_neg_cnf & IMM_BIT) /* check "ignore missing media" bit */ in net_open()
1457 if (!lp->auto_neg_cnf) in cs89x0_probe1()
[all …]