Lines Matching refs:auto_neg_cnf
141 int auto_neg_cnf; /* auto-negotiation word from EEPROM */ member
609 lp->auto_neg_cnf = AUTO_NEG_ENABLE; in detect_tp()
612 lp->auto_neg_cnf = 0; in detect_tp()
615 lp->auto_neg_cnf = RE_NEG_NOW | ALLOW_FDX; in detect_tp()
619 writereg(dev, PP_AutoNegCTL, lp->auto_neg_cnf & AUTO_NEG_MASK); in detect_tp()
621 if ((lp->auto_neg_cnf & AUTO_NEG_BITS) == AUTO_NEG_ENABLE) { in detect_tp()
980 if (lp->auto_neg_cnf & IMM_BIT) /* check "ignore missing media" bit */ in net_open()
988 if (lp->auto_neg_cnf & IMM_BIT) /* check "ignore missing media" bit */ in net_open()
996 if (lp->auto_neg_cnf & IMM_BIT) /* check "ignore missing media" bit */ in net_open()
1458 if (!lp->auto_neg_cnf) in cs89x0_probe1()
1459 lp->auto_neg_cnf = eeprom_buff[AUTO_NEG_CNF_OFFSET / 2]; in cs89x0_probe1()
1800 lp->auto_neg_cnf = AUTO_NEG_ENABLE; in cs89x0_isa_init_module()