Searched defs:eth_auto_neg_cnf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dcs89x0.c101 static unsigned short eth_auto_neg_cnf; variable
240 writereg(PP_AutoNegCTL, eth_auto_neg_cnf & AUTO_NEG_MASK);
242 if ((eth_auto_neg_cnf & AUTO_NEG_BITS) == AUTO_NEG_ENABLE) {
538 eth_auto_neg_cnf = eeprom_buff[AUTO_NEG_CNF_OFFSET/2];
593 eth_auto_neg_cnf = EE_AUTO_NEG_ENABLE | IMM_BIT;
637 if (eth_auto_neg_cnf & IMM_BIT)
648 if (eth_auto_neg_cnf & IMM_BIT)
659 if (eth_auto_neg_cnf & IMM_BIT)

Completed in 43 milliseconds