Searched refs:DC21143 (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/dec/tulip/ |
D | de4x5.h | 123 #define DC21143 (DC2114x_DID | 0x0030) macro 131 #define is_DC21143 ((vendor == DC2114x_VID) && (device == DC21143))
|
D | 21142.c | 190 int startup = ! ((tp->chip_id == DC21143 && (tp->revision == 48 || tp->revision == 65))); in t21142_lnk_change()
|
D | tulip.h | 79 DC21142 = 3, DC21143 = 3, enumerator
|
D | de4x5.c | 1041 {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()
|
D | tulip_core.c | 211 { 0x1011, 0x0019, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DC21143 }, 418 if (tp->chip_id == DC21143 && in tulip_up()
|