Searched refs:eth_adapter_cnf (Results 1 - 1 of 1) sorted by relevance

/external/grub/netboot/
H A Dcs89x0.c76 static unsigned short eth_adapter_cnf; variable
176 if (((eth_adapter_cnf & A_CNF_DC_DC_POLARITY) != 0) ^ on_not_off)
506 eth_adapter_cnf = eeprom_buff[ADAPTER_CNF_OFFSET/2];
514 (eth_adapter_cnf & A_CNF_10B_T)?", RJ-45":"",
515 (eth_adapter_cnf & A_CNF_AUI)?", AUI":"",
516 (eth_adapter_cnf & A_CNF_10B_2)?", BNC":"");
547 if ((eth_adapter_cnf & A_CNF_EXTND_10B_2) &&
548 (eth_adapter_cnf & A_CNF_LOW_RX_SQUELCH))
555 switch(eth_adapter_cnf & A_CNF_MEDIA_TYPE) {
556 case A_CNF_MEDIA_10B_T: result = eth_adapter_cnf
[all...]

Completed in 45 milliseconds