Lines Matching refs:auto_neg_cnf
138 int auto_neg_cnf; /* auto-negotiation word from EEPROM */ member
607 lp->auto_neg_cnf = AUTO_NEG_ENABLE; in detect_tp()
610 lp->auto_neg_cnf = 0; in detect_tp()
613 lp->auto_neg_cnf = RE_NEG_NOW | ALLOW_FDX; in detect_tp()
617 writereg(dev, PP_AutoNegCTL, lp->auto_neg_cnf & AUTO_NEG_MASK); in detect_tp()
619 if ((lp->auto_neg_cnf & AUTO_NEG_BITS) == AUTO_NEG_ENABLE) { in detect_tp()
978 if (lp->auto_neg_cnf & IMM_BIT) /* check "ignore missing media" bit */ in net_open()
986 if (lp->auto_neg_cnf & IMM_BIT) /* check "ignore missing media" bit */ in net_open()
994 if (lp->auto_neg_cnf & IMM_BIT) /* check "ignore missing media" bit */ in net_open()
1455 if (!lp->auto_neg_cnf) in cs89x0_probe1()
1456 lp->auto_neg_cnf = eeprom_buff[AUTO_NEG_CNF_OFFSET / 2]; in cs89x0_probe1()
1799 lp->auto_neg_cnf = AUTO_NEG_ENABLE; in init_module()