Searched refs:DC21140 (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 1039 {DC21140, dc21140_infoleaf}, 1161 if (lp->chipset != DC21140) { in de4x5_hw_init() 1241 if ((lp->chipset == DC21140) && (i == 0x20)) { in de4x5_hw_init() 1405 bmr = (lp->chipset==DC21140 ? PBL_8 : PBL_4) | DESC_SKIP_LEN | DE4X5_CACHE_ALIGN; in de4x5_sw_reset() 1410 if (lp->chipset == DC21140) { in de4x5_sw_reset() 1752 else if (lp->chipset == DC21140) in de4x5_ast() 3209 if ((lp->chipset == DC21140) || ((lp->chipset & ~0x00ff) == DC2114x)) { in srom_map_media() 3312 } else if (lp->chipset == DC21140) { in de4x5_reset_phy() 3741 if (lp->chipset == DC21140) { in de4x5_cache_state() 3922 ((lp->chipset == DC21140) ? "DC21140" : in PCI_signature() [all …]
|
D | timer.c | 35 case DC21140: in tulip_media_task()
|
D | tulip.h | 78 DC21140 = 2, enumerator
|
D | tulip_core.c | 210 { 0x1011, 0x0009, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DC21140 }, 552 } else if (tp->chip_id == DC21140 || tp->chip_id == DC21142 || in tulip_tx_timeout() 1732 case DC21140: in tulip_init_one()
|
D | de4x5.h | 120 #define DC21140 DC21140_DID macro
|