Home | History | Annotate | Download | only in netboot

Lines Matching refs:temp_reg

298 	int		temp_reg, i;
302 temp_reg = inb(ioaddr + eeprom_reg);
304 printf("Stepping %d\n", temp_reg >> 5);
306 if (temp_reg & 0x10) /* check the TurnOff Enable bit */
307 outb(temp_reg & 0xEF, ioaddr + eeprom_reg);
310 temp_reg = inb(ioaddr + REG1);
312 outb(temp_reg | XMT_Chain_Int | XMT_Chain_ErrStop
314 temp_reg = inb(ioaddr + REG2); /* match broadcast */
315 outb(temp_reg | 0x14, ioaddr + REG2);
316 temp_reg = inb(ioaddr + REG3);
317 outb(temp_reg & 0x3F, ioaddr + REG3); /* clear test mode */