Lines Matching refs:temp_reg

900 	int temp_reg, ioaddr = dev->base_addr;
919 temp_reg = inb(ioaddr + INT_NO_REG);
920 outb((temp_reg & 0xf8) | irqrmap[*irqp], ioaddr + INT_NO_REG);
958 unsigned short temp_reg, old8, old9;
1001 temp_reg = inb(ioaddr + lp->eeprom_reg);
1003 lp->stepping = temp_reg >> 5; /* Get the stepping number of the 595 */
1008 if (temp_reg & 0x10) /* Check the TurnOff Enable bit */
1009 outb(temp_reg & 0xef, ioaddr + lp->eeprom_reg);
1013 temp_reg = inb(ioaddr + REG1); /* Setup Transmit Chaining */
1014 outb(temp_reg | XMT_Chain_Int | XMT_Chain_ErrStop /* and discard bad RCV frames */
1017 temp_reg = inb(ioaddr + REG2); /* Match broadcast */
1018 outb(temp_reg | 0x14, ioaddr + REG2);
1020 temp_reg = inb(ioaddr + REG3);
1021 outb(temp_reg & 0x3f, ioaddr + REG3); /* clear test mode */
1027 temp_reg = inb(ioaddr + INT_NO_REG);
1029 outb((temp_reg & 0xf8) | irqrmap2[dev->irq], ioaddr + INT_NO_REG);
1030 else outb((temp_reg & 0xf8) | irqrmap[dev->irq], ioaddr + INT_NO_REG);
1033 temp_reg = inb(ioaddr + INT_NO_REG);
1035 outb((temp_reg & 0xf0) | irqrmap2[dev->irq] | 0x08,ioaddr+INT_NO_REG);
1036 else outb((temp_reg & 0xf8) | irqrmap[dev->irq], ioaddr + INT_NO_REG);
1039 printk(KERN_DEBUG "eepro_open: content of INT Reg is %x\n", temp_reg);
1074 if ((temp_reg = inb(ioaddr + 8)) == old8) {
1095 temp_reg = inb(ioaddr + REG13);
1098 outb(temp_reg & ~(FDX | A_N_ENABLE), REG13);
1103 printk(KERN_DEBUG "temp_reg: %#x ~old9: %#x\n",temp_reg,((~old9)&0xff));
1247 short temp_reg;
1254 temp_reg = inb(ioaddr + REG1);
1255 outb(temp_reg & 0x7f, ioaddr + REG1);