Searched refs:DC21143 (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 D21142.c175 int startup = ! ((tp->chip_id == DC21143 && (tp->revision == 48 || tp->revision == 65)));
H A Dtulip.h79 DC21142 = 3, DC21143 = 3, enumerator in enum:chips
H A Dtulip_core.c156 /* DC21142, DC21143 */
213 { 0x1011, 0x0019, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DC21143 },
402 if (tp->chip_id == DC21143 &&
1151 if (!(tp->chip_id == DC21143 && tp->revision == 65))
1393 /* MWI is broken for DC21143 rev 65... */
1394 if (chip_idx == DC21143 && chip_rev == 65)
H A Dde4x5.h101 ** shifted 8 bits to allow detection of DC21142 and DC21143 variants with
123 #define DC21143 (DC2114x_DID | 0x0030) macro
124 #define DC2114x_BRK 0x0020 /* CFRV break between DC21142 & DC21143 */
131 #define is_DC21143 ((vendor == DC2114x_VID) && (device == DC21143))
H A Dde4x5.c48 DC21143
354 Added DC21142 and DC21143 functions.
1042 {DC21143, dc21143_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);
3509 return ((lp->chipset == DC21143)?(~inl(DE4X5_SISR)&SISR_LS100):0);
3532 return ((lp->chipset == DC21143)?(~inl(DE4X5_SISR)&SISR_LS100):0);
3994 ((lp->chipset == DC21143) ? "DC21143"
[all...]

Completed in 97 milliseconds