Lines Matching refs:setup
102 lp->setup = lp->clockm ? 0 : (lp->clockp << 1); in com20020_check()
107 lp->setup = lp->setup | P1MODE; in com20020_check()
110 arcnet_outb(lp->setup, ioaddr, COM20020_REG_W_XREG); in com20020_check()
226 arcnet_outb(lp->setup, ioaddr, COM20020_REG_W_XREG); in com20020_found()
262 lp->setup >> 1, in com20020_found()
265 ((lp->setup & 0x0F) >> 1)]); in com20020_found()
381 if (!(lp->setup & PROMISCset)) in com20020_set_mc_list()
384 lp->setup |= PROMISCset; in com20020_set_mc_list()
385 arcnet_outb(lp->setup, ioaddr, COM20020_REG_W_XREG); in com20020_set_mc_list()
388 if ((lp->setup & PROMISCset)) in com20020_set_mc_list()
391 lp->setup &= ~PROMISCset; in com20020_set_mc_list()
392 arcnet_outb(lp->setup, ioaddr, COM20020_REG_W_XREG); in com20020_set_mc_list()