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()
2149 lp->chipset = device; in srom_search()
2168 last.chipset = device; in srom_search()
2251 lp->chipset = device; in de4x5_pci_probe()
3211 if ((lp->chipset == DC21140) || ((lp->chipset & ~0x00ff) == DC2114x)) { in srom_map_media()
3318 } else if (lp->chipset == DC21140) { in de4x5_reset_phy()
3346 if ((lp->chipset == DC21041) || lp->useSROM) { in test_media()
3396 int gep = 0, ret = ((lp->chipset & ~0x00ff)==DC2114x? -1 :GEP_SLNK); in test_for_100Mb()
3483 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_spd_100()
3506 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_100_up()
3527 return ((lp->chipset & ~0x00ff) == DC2114x) ? in is_10_up()
3544 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in is_anc_capable()
3747 if (lp->chipset == DC21140) { in de4x5_cache_state()
3911 if (lp->chipset == DC21040) { in PCI_signature()
3926 strcpy(name, (((lp->chipset == DC21040) ? "DC21040" : in PCI_signature()
3927 ((lp->chipset == DC21041) ? "DC21041" : in PCI_signature()
3928 ((lp->chipset == DC21140) ? "DC21140" : in PCI_signature()
3929 ((lp->chipset == DC21142) ? "DC21142" : in PCI_signature()
3930 ((lp->chipset == DC21143) ? "DC21143" : "UNKNOWN" in PCI_signature()
3933 if (lp->chipset != DC21041) { in PCI_signature()
3936 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in PCI_signature()
3957 if (lp->chipset == DC21040) { in DevicePresent()
4043 if (lp->chipset == DC21040) { in get_hw_addr()
4069 if (lp->chipset == DC21040) { in get_hw_addr()
4160 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()
5092 if (lp->chipset == DC21140) { in de4x5_switch_mac_port()
5095 } else if ((lp->chipset & ~0x0ff) == DC2114x) { in de4x5_switch_mac_port()
5114 if (lp->chipset == DC21140) { in gep_wr()
5116 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in gep_wr()
5127 if (lp->chipset == DC21140) { in gep_rd()
5129 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in gep_rd()
5142 if ((lp->chipset == DC21040) || (lp->chipset == DC21140)) return; in yawn()