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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c509.c1300 int i, sw_info, net_diag; local
1319 /* Combine secondary sw_info word (the adapter level) and primary
1320 sw_info word (duplex setting plus other useless bits) */
1322 sw_info = (read_eeprom(ioaddr, 0x14) & 0x400f) |
1332 if (sw_info & 0x000f) {
1338 if ((sw_info & 0x000f) && (sw_info & 0x8000)) {
1349 printk(" if_port: %d, sw_info: %4.4x\n", dev->if_port, sw_info);

Completed in 72 milliseconds