Lines Matching refs:config
121 lp->config = (lp->timeout << 3) | (lp->backplane << 2) | SUB_NODE;
123 arcnet_outb(lp->config, ioaddr, COM20020_REG_W_CONFIG);
172 lp->config |= TXENcfg;
173 arcnet_outb(lp->config, ioaddr, COM20020_REG_W_CONFIG);
186 lp->config &= ~TXENcfg;
187 arcnet_outb(lp->config, ioaddr, COM20020_REG_W_CONFIG);
237 lp->config = (lp->timeout << 3) | (lp->backplane << 2) | SUB_NODE;
239 arcnet_outb(lp->config, ioaddr, COM20020_REG_W_CONFIG);
294 lp->config |= (lp->timeout << 3) | (lp->backplane << 2);
296 arcnet_outb(lp->config, ioaddr, COM20020_REG_W_CONFIG);
301 arcnet_outb(lp->config | RESETcfg, ioaddr, COM20020_REG_W_CONFIG);
303 arcnet_outb(lp->config, ioaddr, COM20020_REG_W_CONFIG);
361 lp->config &= ~TXENcfg;
362 arcnet_outb(lp->config, ioaddr, COM20020_REG_W_CONFIG);