Lines Matching refs:setup
97 lp->setup = lp->clockm ? 0 : (lp->clockp << 1); in com20020_check()
102 lp->setup = lp->setup | P1MODE; in com20020_check()
105 outb(lp->setup, _XREG); in com20020_check()
179 outb(lp->setup, _XREG); in com20020_found()
215 lp->setup >> 1, in com20020_found()
216 clockrates[3 - ((lp->setup2 & 0xF0) >> 4) + ((lp->setup & 0x0F) >> 1)]); in com20020_found()
324 if (!(lp->setup & PROMISCset)) in com20020_set_mc_list()
327 lp->setup |= PROMISCset; in com20020_set_mc_list()
328 outb(lp->setup, _XREG); in com20020_set_mc_list()
332 if ((lp->setup & PROMISCset)) in com20020_set_mc_list()
335 lp->setup &= ~PROMISCset; in com20020_set_mc_list()
336 outb(lp->setup, _XREG); in com20020_set_mc_list()