Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cirrus/
H A Dcs89x0.c141 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()
[all …]