Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dewrk3.c282 u_char lemac; /* Chip rev. level */ member
410 u_char cr, cmr, icr, nicsr, lemac, hard_strapped = 0; in ewrk3_hw_init() local
457 lemac = eeprom_image[EEPROM_CHIPVER]; in ewrk3_hw_init()
460 if (((lemac == LeMAC) && ((cmr & CMR_NO_EEPROM) != CMR_NO_EEPROM)) || in ewrk3_hw_init()
461 ((lemac == LeMAC2) && !(cmr & CMR_HS))) { in ewrk3_hw_init()
473 if (lemac != LeMAC2) in ewrk3_hw_init()
475 status = get_hw_addr(dev, eeprom_image, lemac); in ewrk3_hw_init()
483 if (lemac == LeMAC2) { /* Special LeMAC2 CMR things */ in ewrk3_hw_init()
549 lp->lemac = lemac; in ewrk3_hw_init()
598 } else if ((irqnum == 1) && (lemac == LeMAC2)) { in ewrk3_hw_init()