Home
last modified time | relevance | path

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

/linux/Documentation/arch/arm/
H A Dnetwinder.rst39 0x0400 0x0408 DC21143
/linux/drivers/net/ethernet/dec/tulip/
H A D21142.c190 int startup = ! ((tp->chip_id == DC21143 && (tp->revision == 48 || tp->revision == 65))); in t21142_lnk_change()
H A Dtulip.h79 DC21142 = 3, DC21143 = 3, enumerator
H A Dtulip_core.c139 /* DC21142, DC21143 */
200 { PCI_DEVICE(0x1011, 0x0019), .driver_data = DC21143 },
407 if (tp->chip_id == DC21143 && in tulip_up()