Lines Matching refs:chipset

807     int  chipset;                           /* DC21040, DC21041 or DC21140  */  member
875 int chipset; member
1033 int chipset; member
1160 if (lp->chipset != DC21140) { in de4x5_hw_init()
1161 if ((lp->chipset==DC21040) && (lp->params.autosense&TP_NW)) { in de4x5_hw_init()
1164 if ((lp->chipset==DC21041) && (lp->params.autosense&BNC_AUI)) { in de4x5_hw_init()
1240 if ((lp->chipset == DC21140) && (i == 0x20)) { in de4x5_hw_init()
1260 if ((lp->chipset != DC21040) && (lp->chipset != DC21041)) { in de4x5_hw_init()
1404 bmr = (lp->chipset==DC21140 ? PBL_8 : PBL_4) | DESC_SKIP_LEN | DE4X5_CACHE_ALIGN; in de4x5_sw_reset()
1405 bmr |= ((lp->chipset & ~0x00ff)==DC2114x ? BMR_RML : 0); in de4x5_sw_reset()
1409 if (lp->chipset == DC21140) { in de4x5_sw_reset()
1751 else if (lp->chipset == DC21140) in de4x5_ast()
1753 else if (lp->chipset == DC21041) in de4x5_ast()
1755 else if (lp->chipset == DC21040) in de4x5_ast()
1775 if (!(omr & OMR_SF) || (lp->chipset==DC21041) || (lp->chipset==DC21040)) { in de4x5_txur()
2054 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()
3208 if ((lp->chipset == DC21140) || ((lp->chipset & ~0x00ff) == DC2114x)) { in srom_map_media()
3311 } else if (lp->chipset == DC21140) { in de4x5_reset_phy()
3339 if ((lp->chipset == DC21041) || lp->useSROM) { in test_media()
3389 int gep = 0, ret = ((lp->chipset & ~0x00ff)==DC2114x? -1 :GEP_SLNK); in test_for_100Mb()
3476 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_spd_100()
3499 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0; in is_100_up()
3520 return ((lp->chipset & ~0x00ff) == DC2114x) ? in is_10_up()
3537 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in is_anc_capable()
3740 if (lp->chipset == DC21140) { in de4x5_cache_state()
3904 if (lp->chipset == DC21040) { in PCI_signature()
3919 strcpy(name, (((lp->chipset == DC21040) ? "DC21040" : in PCI_signature()
3920 ((lp->chipset == DC21041) ? "DC21041" : in PCI_signature()
3921 ((lp->chipset == DC21140) ? "DC21140" : in PCI_signature()
3922 ((lp->chipset == DC21142) ? "DC21142" : in PCI_signature()
3923 ((lp->chipset == DC21143) ? "DC21143" : "UNKNOWN" in PCI_signature()
3926 if (lp->chipset != DC21041) { in PCI_signature()
3929 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in PCI_signature()
3950 if (lp->chipset == DC21040) { in DevicePresent()
4036 if (lp->chipset == DC21040) { in get_hw_addr()
4062 if (lp->chipset == DC21040) { in get_hw_addr()
4153 if ((lp->chipset == last.chipset) && in test_bad_enet()
4168 last.chipset = lp->chipset; in test_bad_enet()
4297 if (lp->chipset == infoleaf_array[i].chipset) break; in srom_infoleaf_info()
4344 if (lp->chipset == DC21140) { in srom_init()
4389 if (lp->chipset != DC21140) RESET_SIA; in srom_exec()
4392 gep_wr(((lp->chipset==DC21140) && (lp->ibn!=5) ? in srom_exec()
4397 if (lp->chipset != DC21140) { in srom_exec()
5085 if (lp->chipset == DC21140) { in de4x5_switch_mac_port()
5088 } else if ((lp->chipset & ~0x0ff) == DC2114x) { in de4x5_switch_mac_port()
5107 if (lp->chipset == DC21140) { in gep_wr()
5109 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in gep_wr()
5120 if (lp->chipset == DC21140) { in gep_rd()
5122 } else if ((lp->chipset & ~0x00ff) == DC2114x) { in gep_rd()
5135 if ((lp->chipset == DC21040) || (lp->chipset == DC21140)) return; in yawn()