Lines Matching refs:chipset
807 int chipset; /* DC21040, DC21041 or DC21140 */ member
875 int chipset; member
1033 int chipset; member
1157 if (lp->chipset != DC21140) { in de4x5_hw_init()
1158 if ((lp->chipset==DC21040) && (lp->params.autosense&TP_NW)) { in de4x5_hw_init()
1161 if ((lp->chipset==DC21041) && (lp->params.autosense&BNC_AUI)) { in de4x5_hw_init()
1237 if ((lp->chipset == DC21140) && (i == 0x20)) { in de4x5_hw_init()
1257 if ((lp->chipset != DC21040) && (lp->chipset != DC21041)) { in de4x5_hw_init()
1401 bmr = (lp->chipset==DC21140 ? PBL_8 : PBL_4) | DESC_SKIP_LEN | DE4X5_CACHE_ALIGN; in de4x5_sw_reset()
1402 bmr |= ((lp->chipset & ~0x00ff)==DC2114x ? BMR_RML : 0); in de4x5_sw_reset()
1406 if (lp->chipset == DC21140) { in de4x5_sw_reset()
1752 else if (lp->chipset == DC21140) in de4x5_ast()
1754 else if (lp->chipset == DC21041) in de4x5_ast()
1756 else if (lp->chipset == DC21040) in de4x5_ast()
1776 if (!(omr & OMR_SF) || (lp->chipset==DC21041) || (lp->chipset==DC21040)) { in de4x5_txur()
2055 lp->chipset = device; in de4x5_eisa_probe()
2148 lp->chipset = device; in srom_search()
2167 last.chipset = device; in srom_search()
2250 lp->chipset = device; in de4x5_pci_probe()
3210 if ((lp->chipset == DC21140) || ((lp->chipset & ~0x00ff) == DC2114x)) { in srom_map_media()
3317 } else if (lp->chipset == DC21140) { in de4x5_reset_phy()
3345 if ((lp->chipset == DC21041) || lp->useSROM) { in test_media()
3395 int gep = 0, ret = ((lp->chipset & ~0x00ff)==DC2114x? -1 :GEP_SLNK); in test_for_100Mb()
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()
3526 return ((lp->chipset & ~0x00ff) == DC2114x) ? in is_10_up()
3543 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in is_anc_capable()
3746 if (lp->chipset == DC21140) { in de4x5_cache_state()
3910 if (lp->chipset == DC21040) { in PCI_signature()
3925 strcpy(name, (((lp->chipset == DC21040) ? "DC21040" : in PCI_signature()
3926 ((lp->chipset == DC21041) ? "DC21041" : in PCI_signature()
3927 ((lp->chipset == DC21140) ? "DC21140" : in PCI_signature()
3928 ((lp->chipset == DC21142) ? "DC21142" : in PCI_signature()
3929 ((lp->chipset == DC21143) ? "DC21143" : "UNKNOWN" in PCI_signature()
3932 if (lp->chipset != DC21041) { in PCI_signature()
3935 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in PCI_signature()
3954 if (lp->chipset == DC21040) { in DevicePresent()
4040 if (lp->chipset == DC21040) { in get_hw_addr()
4066 if (lp->chipset == DC21040) { in get_hw_addr()
4157 if ((lp->chipset == last.chipset) && in test_bad_enet()
4172 last.chipset = lp->chipset; in test_bad_enet()
4301 if (lp->chipset == infoleaf_array[i].chipset) break; in srom_infoleaf_info()
4348 if (lp->chipset == DC21140) { in srom_init()
4393 if (lp->chipset != DC21140) RESET_SIA; in srom_exec()
4396 gep_wr(((lp->chipset==DC21140) && (lp->ibn!=5) ? in srom_exec()
4401 if (lp->chipset != DC21140) { in srom_exec()
5097 if (lp->chipset == DC21140) { in de4x5_switch_mac_port()
5100 } else if ((lp->chipset & ~0x0ff) == DC2114x) { in de4x5_switch_mac_port()
5119 if (lp->chipset == DC21140) { in gep_wr()
5121 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in gep_wr()
5132 if (lp->chipset == DC21140) { in gep_rd()
5134 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in gep_rd()
5147 if ((lp->chipset == DC21040) || (lp->chipset == DC21140)) return; in yawn()