Searched refs:DC21143 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | tulip.h | 79 DC21142 = 3, DC21143 = 3, enumerator 330 /* The receiver on the DC21143 rev 65 can fail to close the last
|
H A D | 21142.c | 10 DC21143 manual "21143 PCI/CardBus 10/100Mb/s Ethernet LAN Controller 190 int startup = ! ((tp->chip_id == DC21143 && (tp->revision == 48 || tp->revision == 65))); in t21142_lnk_change()
|
H A D | de4x5.h | 101 ** 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 D | de4x5.c | 48 DC21143 354 Added DC21142 and DC21143 functions. 1040 {DC21143, dc21143_infoleaf} 2053 device = ((lp->cfrv & CFRV_RN) < DC2114x_BRK ? DC21142 : DC21143); in de4x5_eisa_probe() 2146 ? DC21142 : DC21143); in srom_search() 2248 device = ((lp->cfrv & CFRV_RN) < DC2114x_BRK ? DC21142 : DC21143); in de4x5_pci_probe() 3482 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_spd_100() 3505 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_100_up() 3929 ((lp->chipset == DC21143) ? "DC21143" in PCI_signature() [all...] |
H A D | tulip_core.c | 139 /* DC21142, DC21143 */ 200 { 0x1011, 0x0019, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DC21143 }, 407 if (tp->chip_id == DC21143 && in tulip_up()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | 21142.c | 10 DC21143 manual "21143 PCI/CardBus 10/100Mb/s Ethernet LAN Controller 190 int startup = ! ((tp->chip_id == DC21143 && (tp->revision == 48 || tp->revision == 65))); in t21142_lnk_change()
|
H A D | tulip.h | 79 DC21142 = 3, DC21143 = 3, enumerator 330 /* The receiver on the DC21143 rev 65 can fail to close the last
|
H A D | tulip_core.c | 139 /* DC21142, DC21143 */ 200 { 0x1011, 0x0019, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DC21143 }, 407 if (tp->chip_id == DC21143 && in tulip_up()
|
Completed in 17 milliseconds