Searched refs:auto_neg_cnf (Results 1 – 1 of 1) sorted by relevance
140 int auto_neg_cnf; /* auto-negotiation word from EEPROM */ member608 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 …]