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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dtimer.c39 case DC21142:
H A Dtulip.h79 DC21142 = 3, DC21143 = 3, enumerator in enum:chips
H A Dde4x5.h101 ** shifted 8 bits to allow detection of DC21142 and DC21143 variants with
122 #define DC21142 (DC2114x_DID | 0x0010) macro
124 #define DC2114x_BRK 0x0020 /* CFRV break between DC21142 & DC21143 */
130 #define is_DC21142 ((vendor == DC2114x_VID) && (device == DC21142))
642 #define SISR_NSND 0x00000400 /* Non Stable NLPs Detected (DC21142) */
H A Dtulip_core.c156 /* DC21142, DC21143 */
410 } else if (tp->chip_id == DC21142) {
527 } else if (tp->chip_id == DC21140 || tp->chip_id == DC21142
1660 case DC21142:
H A Dde4x5.c47 DC21142
354 Added DC21142 and DC21143 functions.
1041 {DC21142, dc21142_infoleaf},
2064 device = ((lp->cfrv & CFRV_RN) < DC2114x_BRK ? DC21142 : DC21143);
2163 device = ((cfrv & CFRV_RN) < DC2114x_BRK ? DC21142 : DC21143);
2267 device = ((lp->cfrv & CFRV_RN) < DC2114x_BRK ? DC21142 : DC21143);
3993 ((lp->chipset == DC21142) ? "DC21142" :

Completed in 75 milliseconds