Lines Matching refs:chipset
807 int chipset; /* DC21040, DC21041 or DC21140 */
867 ** o the chipset is the same
875 int chipset;
1033 int chipset;
1157 if (lp->chipset != DC21140) {
1158 if ((lp->chipset==DC21040) && (lp->params.autosense&TP_NW)) {
1161 if ((lp->chipset==DC21041) && (lp->params.autosense&BNC_AUI)) {
1237 if ((lp->chipset == DC21140) && (i == 0x20)) {
1257 if ((lp->chipset != DC21040) && (lp->chipset != DC21041)) {
1401 bmr = (lp->chipset==DC21140 ? PBL_8 : PBL_4) | DESC_SKIP_LEN | DE4X5_CACHE_ALIGN;
1402 bmr |= ((lp->chipset & ~0x00ff)==DC2114x ? BMR_RML : 0);
1406 if (lp->chipset == DC21140) {
1752 else if (lp->chipset == DC21140)
1754 else if (lp->chipset == DC21041)
1756 else if (lp->chipset == DC21040)
1776 if (!(omr & OMR_SF) || (lp->chipset==DC21041) || (lp->chipset==DC21040)) {
2055 lp->chipset = device;
2143 /* Set the chipset information */
2148 lp->chipset = device;
2167 last.chipset = device;
2246 /* Set the chipset information */
2250 lp->chipset = device;
3210 if ((lp->chipset == DC21140) || ((lp->chipset & ~0x00ff) == DC2114x)) {
3317 } else if (lp->chipset == DC21140) {
3345 if ((lp->chipset == DC21041) || lp->useSROM) {
3395 int gep = 0, ret = ((lp->chipset & ~0x00ff)==DC2114x? -1 :GEP_SLNK);
3482 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0;
3505 return (lp->chipset == DC21143) ? (~inl(DE4X5_SISR)&SISR_LS100) : 0;
3526 return ((lp->chipset & ~0x00ff) == DC2114x) ?
3543 } else if ((lp->chipset & ~0x00ff) == DC2114x) {
3746 if (lp->chipset == DC21140) {
3910 if (lp->chipset == DC21040) {
3925 strcpy(name, (((lp->chipset == DC21040) ? "DC21040" :
3926 ((lp->chipset == DC21041) ? "DC21041" :
3927 ((lp->chipset == DC21140) ? "DC21140" :
3928 ((lp->chipset == DC21142) ? "DC21142" :
3929 ((lp->chipset == DC21143) ? "DC21143" : "UNKNOWN"
3932 if (lp->chipset != DC21041) {
3935 } else if ((lp->chipset & ~0x00ff) == DC2114x) {
3954 if (lp->chipset == DC21040) {
4040 if (lp->chipset == DC21040) {
4066 if (lp->chipset == DC21040) {
4157 if ((lp->chipset == last.chipset) &&
4172 last.chipset = lp->chipset;
4299 /* Find the infoleaf decoder function that matches this chipset */
4301 if (lp->chipset == infoleaf_array[i].chipset) break;
4305 printk("%s: Cannot find correct chipset for SROM decoding!\n",
4348 if (lp->chipset == DC21140) {
4393 if (lp->chipset != DC21140) RESET_SIA;
4396 gep_wr(((lp->chipset==DC21140) && (lp->ibn!=5) ?
4401 if (lp->chipset != DC21140) {
5097 if (lp->chipset == DC21140) {
5100 } else if ((lp->chipset & ~0x0ff) == DC2114x) {
5119 if (lp->chipset == DC21140) {
5121 } else if ((lp->chipset & ~0x00ff) == DC2114x) {
5132 if (lp->chipset == DC21140) {
5134 } else if ((lp->chipset & ~0x00ff) == DC2114x) {
5147 if ((lp->chipset == DC21040) || (lp->chipset == DC21140)) return;
5518 tmp.lval[j>>2] = lp->chipset; j+=4;
5519 if (lp->chipset == DC21140) {