Lines Matching refs:chipset
808 int chipset; /* DC21040, DC21041 or DC21140 */ member
876 int chipset; member
1035 int chipset; member
1159 if (lp->chipset != DC21140) { in de4x5_hw_init()
1160 if ((lp->chipset==DC21040) && (lp->params.autosense&TP_NW)) { in de4x5_hw_init()
1163 if ((lp->chipset==DC21041) && (lp->params.autosense&BNC_AUI)) { in de4x5_hw_init()
1239 if ((lp->chipset == DC21140) && (i == 0x20)) { in de4x5_hw_init()
1259 if ((lp->chipset != DC21040) && (lp->chipset != DC21041)) { in de4x5_hw_init()
1403 bmr = (lp->chipset==DC21140 ? PBL_8 : PBL_4) | DESC_SKIP_LEN | DE4X5_CACHE_ALIGN; in de4x5_sw_reset()
1404 bmr |= ((lp->chipset & ~0x00ff)==DC2114x ? BMR_RML : 0); in de4x5_sw_reset()
1408 if (lp->chipset == DC21140) { in de4x5_sw_reset()
1754 else if (lp->chipset == DC21140) in de4x5_ast()
1756 else if (lp->chipset == DC21041) in de4x5_ast()
1758 else if (lp->chipset == DC21040) in de4x5_ast()
1778 if (!(omr & OMR_SF) || (lp->chipset==DC21041) || (lp->chipset==DC21040)) { in de4x5_txur()
2057 lp->chipset = device; in de4x5_eisa_probe()
2150 lp->chipset = device; in srom_search()
2169 last.chipset = device; in srom_search()
2252 lp->chipset = device; in de4x5_pci_probe()
3212 if ((lp->chipset == DC21140) || ((lp->chipset & ~0x00ff) == DC2114x)) { in srom_map_media()
3319 } else if (lp->chipset == DC21140) { in de4x5_reset_phy()
3347 if ((lp->chipset == DC21041) || lp->useSROM) { in test_media()
3397 int gep = 0, ret = ((lp->chipset & ~0x00ff)==DC2114x? -1 :GEP_SLNK); in test_for_100Mb()
3484 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_spd_100()
3507 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_100_up()
3528 return ((lp->chipset & ~0x00ff) == DC2114x) ? in is_10_up()
3545 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in is_anc_capable()
3748 if (lp->chipset == DC21140) { in de4x5_cache_state()
3912 if (lp->chipset == DC21040) { in PCI_signature()
3927 strcpy(name, (((lp->chipset == DC21040) ? "DC21040" : in PCI_signature()
3928 ((lp->chipset == DC21041) ? "DC21041" : in PCI_signature()
3929 ((lp->chipset == DC21140) ? "DC21140" : in PCI_signature()
3930 ((lp->chipset == DC21142) ? "DC21142" : in PCI_signature()
3931 ((lp->chipset == DC21143) ? "DC21143" : "UNKNOWN" in PCI_signature()
3934 if (lp->chipset != DC21041) { in PCI_signature()
3937 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in PCI_signature()
3956 if (lp->chipset == DC21040) { in DevicePresent()
4043 if (lp->chipset == DC21040) { in get_hw_addr()
4071 if (lp->chipset == DC21040) { in get_hw_addr()
4163 if ((lp->chipset == last.chipset) && in test_bad_enet()
4175 last.chipset = lp->chipset; in test_bad_enet()
4304 if (lp->chipset == infoleaf_array[i].chipset) break; in srom_infoleaf_info()
4351 if (lp->chipset == DC21140) { in srom_init()
4396 if (lp->chipset != DC21140) RESET_SIA; in srom_exec()
4399 gep_wr(((lp->chipset==DC21140) && (lp->ibn!=5) ? in srom_exec()
4404 if (lp->chipset != DC21140) { in srom_exec()
5100 if (lp->chipset == DC21140) { in de4x5_switch_mac_port()
5103 } else if ((lp->chipset & ~0x0ff) == DC2114x) { in de4x5_switch_mac_port()
5122 if (lp->chipset == DC21140) { in gep_wr()
5124 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in gep_wr()
5135 if (lp->chipset == DC21140) { in gep_rd()
5137 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in gep_rd()
5150 if ((lp->chipset == DC21040) || (lp->chipset == DC21140)) return; in yawn()