Home
last modified time | relevance | path

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

/drivers/net/ethernet/dec/tulip/
Dde4x5.h123 #define DC21143 (DC2114x_DID | 0x0030) macro
131 #define is_DC21143 ((vendor == DC2114x_VID) && (device == DC21143))
D21142.c190 int startup = ! ((tp->chip_id == DC21143 && (tp->revision == 48 || tp->revision == 65))); in t21142_lnk_change()
Dtulip.h79 DC21142 = 3, DC21143 = 3, enumerator
Dde4x5.c1041 {DC21143, dc21143_infoleaf}
2053 device = ((lp->cfrv & CFRV_RN) < DC2114x_BRK ? DC21142 : DC21143); in de4x5_eisa_probe()
2147 ? DC21142 : DC21143); in srom_search()
2249 device = ((lp->cfrv & CFRV_RN) < DC2114x_BRK ? DC21142 : DC21143); in de4x5_pci_probe()
3477 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_spd_100()
3500 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_100_up()
3924 ((lp->chipset == DC21143) ? "DC21143" : "UNKNOWN" in PCI_signature()
Dtulip_core.c211 { 0x1011, 0x0019, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DC21143 },
418 if (tp->chip_id == DC21143 && in tulip_up()